Files
sbv2-api/sbv2_api/Cargo.toml
tuna2134 b05728a2c8 fixed
2024-09-11 10:36:38 +00:00

20 lines
483 B
TOML

[package]
name = "sbv2_api"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow.workspace = true
axum = "0.7.5"
dotenvy.workspace = true
env_logger = "0.11.5"
log = "0.4.22"
sbv2_core = { version = "0.1.0", path = "../sbv2_core" }
serde = { version = "1.0.210", features = ["derive"] }
tokio = { version = "1.40.0", features = ["full"] }
[features]
cuda = ["sbv2_core/cuda"]
cuda_tf32 = ["sbv2_core/cuda_tf32"]
dynamic = ["sbv2_core/dynamic"]
directml = ["sbv2_core/directml"]