Files
sbv2-api/sbv2_core/Cargo.toml
tuna2134 30c2bd1e77 ok
2024-09-09 15:05:56 +00:00

17 lines
422 B
TOML

[package]
name = "sbv2_core"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow.workspace = true
jpreprocess = { version = "0.10.0", features = ["naist-jdic"] }
ndarray = "0.16.1"
once_cell = "1.19.0"
ort = { git = "https://github.com/pykeio/ort.git", version = "2.0.0-rc.5" }
regex = "1.10.6"
serde = { version = "1.0.210", features = ["derive"] }
serde_json = "1.0.128"
thiserror = "1.0.63"
tokenizers = "0.20.0"