remove_background/Cargo.toml

14 lines
327 B
TOML
Raw Normal View History

2026-01-21 21:14:29 +00:00
[package]
edition = "2024"
name = "remove_background"
version = "0.1.0"
[dependencies]
clap = { version = "4.5", features = ["derive"] }
image = "0.25"
2026-01-21 23:25:11 +00:00
ndarray = "0.17"
ort = "=2.0.0-rc.11"
2026-01-21 21:14:29 +00:00
reqwest = { version = "0.13", features = ["blocking"] }
2026-01-21 23:25:11 +00:00
sha2 = "0.10"
2026-01-21 21:14:29 +00:00
show-image = { version = "0.14", features = ["image"] }