This commit is contained in:
Jamjamjon
2024-07-31 21:27:41 +08:00
committed by GitHub
parent 0901ab3e3c
commit 1d74085158
28 changed files with 1224 additions and 434 deletions

View File

@ -1,13 +1,13 @@
[package]
name = "usls"
version = "0.0.6"
version = "0.0.7"
edition = "2021"
description = "A Rust library integrated with ONNXRuntime, providing a collection of ML models."
repository = "https://github.com/jamjamjon/usls"
authors = ["Jamjamjon <jamjamjon.usls@gmail.com>"]
license = "MIT"
readme = "README.md"
exclude = ["assets/*", "examples/*"]
exclude = ["assets/*", "examples/*", "scripts/*", "runs/*"]
[dependencies]
clap = { version = "4.2.4", features = ["derive"] }
@ -44,4 +44,15 @@ ab_glyph = "0.2.23"
geo = "0.28.0"
prost = "0.12.4"
human_bytes = "0.4.3"
fast_image_resize = { version = "4.0.0", git = "https://github.com/jamjamjon/fast_image_resize", branch = "dev" , features = ["image"]}
fast_image_resize = { version = "4.2.1", features = ["image"]}
[dev-dependencies]
criterion = "0.5.1"
[[bench]]
name = "yolo"
harness = false
[lib]
bench = false