remove_background/Cargo.toml
2026-01-22 00:25:11 +01:00

13 lines
327 B
TOML

[package]
edition = "2024"
name = "remove_background"
version = "0.1.0"
[dependencies]
clap = { version = "4.5", features = ["derive"] }
image = "0.25"
ndarray = "0.17"
ort = "=2.0.0-rc.11"
reqwest = { version = "0.13", features = ["blocking"] }
sha2 = "0.10"
show-image = { version = "0.14", features = ["image"] }