remove_background/Cargo.toml
2026-04-22 22:09:13 +02:00

14 lines
338 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"] }