mirror of
https://github.com/mii443/usls.git
synced 2025-08-22 15:45:41 +00:00
0.0.7 (#27)
This commit is contained in:
17
Cargo.toml
17
Cargo.toml
@ -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
|
||||
|
Reference in New Issue
Block a user