mirror of
https://github.com/neodyland/sbv2-api.git
synced 2026-01-04 05:22:56 +00:00
25 lines
708 B
TOML
25 lines
708 B
TOML
[package]
|
|
name = "sbv2_api"
|
|
version = "0.2.0-alpha4"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
anyhow.workspace = true
|
|
axum = "0.8.0"
|
|
dotenvy.workspace = true
|
|
env_logger.workspace = true
|
|
log = "0.4.22"
|
|
sbv2_core = { version = "0.2.0-alpha2", path = "../sbv2_core", features = ["aivmx"] }
|
|
serde = { version = "1.0.210", features = ["derive"] }
|
|
tokio = { version = "1.40.0", features = ["full"] }
|
|
utoipa = { version = "5.0.0", features = ["axum_extras"] }
|
|
utoipa-scalar = { version = "0.3.0", features = ["axum"] }
|
|
|
|
[features]
|
|
coreml = ["sbv2_core/coreml"]
|
|
cuda = ["sbv2_core/cuda"]
|
|
cuda_tf32 = ["sbv2_core/cuda_tf32"]
|
|
dynamic = ["sbv2_core/dynamic"]
|
|
directml = ["sbv2_core/directml"]
|
|
tensorrt = ["sbv2_core/tensorrt"]
|