30 lines
657 B
TOML
30 lines
657 B
TOML
[package]
|
|
name = "yaejuyang-supertonic"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[features]
|
|
default = ["webgpu"]
|
|
webgpu = [ "ort/webgpu" ]
|
|
cuda = [ "ort/cuda" ]
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.102"
|
|
axum = "0.8.9"
|
|
clap = "4.6.1"
|
|
crossbeam-channel = "0.5.15"
|
|
dotenvy = "0.15.7"
|
|
hound = "3.5.1"
|
|
ndarray = "0.17.2"
|
|
ort = "2.0.0-rc.12"
|
|
qwreey-utility-rs = "0.1.9"
|
|
rand = "0.10.1"
|
|
chacha20 = { version = "0.10.0-rc.5" }
|
|
rand_distr = "0.6.0"
|
|
regex = "1.12.3"
|
|
serde = { version = "1.0.228", features = ["derive"] }
|
|
serde_json = "1.0.149"
|
|
tokio = { version = "1.52.3", features = ["full"] }
|
|
tracing = "0.1.44"
|
|
tracing-subscriber = "0.3.23"
|
|
unicode-normalization = "0.1.25"
|