11[package ]
22name = " usls"
33edition = " 2021"
4- version = " 0.1.0 "
4+ version = " 0.1.1 "
55rust-version = " 1.85"
66description = " A Rust library integrated with ONNXRuntime, providing a collection of ML models."
77repository = " https://github.com/jamjamjon/usls"
@@ -18,7 +18,7 @@ ab_glyph = { version = "0.2.29" }
1818image = { version = " 0.25" }
1919imageproc = { version = " 0.25" }
2020ndarray = { version = " 0.16.1" , features = [" rayon" , " serde" ] }
21- indicatif = { version = " 0.17.11 " }
21+ indicatif = { version = " 0.18 " }
2222log = " 0.4.26"
2323minifb = { version = " 0.28.0" , optional = true }
2424rand = { version = " 0.9" }
@@ -30,12 +30,12 @@ rayon = { version = "1.10.0" }
3030glob = " 0.3.2"
3131dirs = " 6.0.0"
3232natord = " 1.0.9"
33- geo = " 0.30 .0"
33+ geo = " 0.31 .0"
3434chrono = " 0.4.40"
3535regex = " 1.11.1"
3636tempfile = " 3.19.1"
3737video-rs = { version = " 0.10.3" , features = [" ndarray" ], optional = true }
38- fast_image_resize = { version = " =5.1.2 " , features = [" image" ] }
38+ fast_image_resize = { version = " =5.1.4 " , features = [" image" , " rayon " ] }
3939ndarray-npy = " 0.9.1"
4040half = { version = " 2.6.0" , features = [" bytemuck" , " num-traits" ] }
4141prost = " 0.14.1"
@@ -47,6 +47,7 @@ ort = { version = "=2.0.0-rc.10", default-features = false, optional = true, fea
4747hf-hub = { version = " 0.4.3" , default-features = false , features = [" ureq" , " native-tls" ] }
4848tokenizers = { version = " 0.21.1" }
4949paste = " 1.0.15"
50+ slsl = { version = " 0.0.5" , features = [" rayon" ] }
5051
5152
5253[dev-dependencies ]
0 commit comments