remove_background/Cargo.toml
Matthew Deville 31d84c99d7 logging
2026-04-22 22:30:41 +02:00

16 lines
431 B
TOML

[package]
edition = "2024"
name = "remove_background"
version = "0.1.0"
[dependencies]
clap = { version = "4", features = ["derive"] }
hex = "0.4"
image = "0.25"
ndarray = "0.17"
ort = "=2.0.0-rc.12"
reqwest = { version = "0.13", features = ["blocking"] }
sha2 = "0.11"
show-image = { version = "0.14", features = ["image"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["fmt", "env-filter"] }