mirror of
https://github.com/neodyland/sbv2-api.git
synced 2026-01-06 14:32:57 +00:00
Compare commits
22 Commits
commit-42c
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2d0c469b21 | ||
|
|
585c82ebaf | ||
|
|
19fa8faba0 | ||
|
|
f60bc53dbb | ||
|
|
18074e596d | ||
|
|
00b41def11 | ||
|
|
ed48ee86cb | ||
|
|
022330e4cc | ||
|
|
7c0991a113 | ||
|
|
e23d0ebfa0 | ||
|
|
9b5cf6d7ab | ||
|
|
b54874a715 | ||
|
|
443fe57372 | ||
|
|
eac08d3d6f | ||
|
|
3f2844f46c | ||
|
|
1a7df24327 | ||
|
|
783a5e6514 | ||
|
|
1a0254cd96 | ||
|
|
8f3b7ff598 | ||
|
|
6e763e3b87 | ||
|
|
e47d6bed9e | ||
|
|
38a9874cf3 |
507
Cargo.lock
generated
507
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -10,13 +10,13 @@ license.workspace = true
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow.workspace = true
|
anyhow.workspace = true
|
||||||
axum = "0.8.6"
|
axum = "0.8.8"
|
||||||
dotenvy.workspace = true
|
dotenvy.workspace = true
|
||||||
env_logger.workspace = true
|
env_logger.workspace = true
|
||||||
log = "0.4.28"
|
log = "0.4.29"
|
||||||
sbv2_core = { version = "0.2.0-alpha6", path = "../sbv2_core", features = ["aivmx"] }
|
sbv2_core = { version = "0.2.0-alpha6", path = "../sbv2_core", features = ["aivmx"] }
|
||||||
serde = { version = "1.0.228", features = ["derive"] }
|
serde = { version = "1.0.228", features = ["derive"] }
|
||||||
tokio = { version = "1.48.0", features = ["full"] }
|
tokio = { version = "1.49.0", features = ["full"] }
|
||||||
utoipa = { version = "5.4.0", features = ["axum_extras"] }
|
utoipa = { version = "5.4.0", features = ["axum_extras"] }
|
||||||
utoipa-scalar = { version = "0.3.0", features = ["axum"] }
|
utoipa-scalar = { version = "0.3.0", features = ["axum"] }
|
||||||
|
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ crate-type = ["cdylib"]
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow.workspace = true
|
anyhow.workspace = true
|
||||||
ndarray.workspace = true
|
ndarray.workspace = true
|
||||||
pyo3 = { version = "0.27.1", features = ["anyhow"] }
|
pyo3 = { version = "0.27.2", features = ["anyhow"] }
|
||||||
sbv2_core = { path = "../sbv2_core", features = ["std"], default-features = false }
|
sbv2_core = { path = "../sbv2_core", features = ["std"], default-features = false }
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ base64 = { version = "0.22.1", optional = true }
|
|||||||
dotenvy.workspace = true
|
dotenvy.workspace = true
|
||||||
env_logger.workspace = true
|
env_logger.workspace = true
|
||||||
hound = "3.5.1"
|
hound = "3.5.1"
|
||||||
jpreprocess = { version = "0.12.0", features = ["naist-jdic"] }
|
jpreprocess = { version = "0.13.2", features = ["naist-jdic"] }
|
||||||
ndarray.workspace = true
|
ndarray.workspace = true
|
||||||
npyz = { version = "0.8.4", optional = true }
|
npyz = { version = "0.8.4", optional = true }
|
||||||
num_cpus = "1.17.0"
|
num_cpus = "1.17.0"
|
||||||
@@ -25,7 +25,7 @@ serde = { version = "1.0.228", features = ["derive"] }
|
|||||||
serde_json = "1.0.145"
|
serde_json = "1.0.145"
|
||||||
tar = "0.4.41"
|
tar = "0.4.41"
|
||||||
thiserror = "2.0.17"
|
thiserror = "2.0.17"
|
||||||
tokenizers = { version = "0.22.1", default-features = false }
|
tokenizers = { version = "0.22.2", default-features = false }
|
||||||
zstd = "0.13.2"
|
zstd = "0.13.2"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
|
|||||||
@@ -17,4 +17,4 @@ sbv2_core = { path = "../sbv2_core", default-features = false, features = ["no_s
|
|||||||
once_cell.workspace = true
|
once_cell.workspace = true
|
||||||
js-sys = "0.3.70"
|
js-sys = "0.3.70"
|
||||||
ndarray.workspace = true
|
ndarray.workspace = true
|
||||||
wasm-bindgen-futures = "0.4.55"
|
wasm-bindgen-futures = "0.4.56"
|
||||||
|
|||||||
Reference in New Issue
Block a user