# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "rmbg" version = "0.1.0" description = "Rust interface for BRIA Background Removal v1.4 Model Library" readme = "README.md" keywords = [ "background-removal", "machine-learning", "onnx", ] categories = ["multimedia::images"] license-file = "LICENSE" repository = "https://github.com/pekc83/rmbg" [dependencies.anyhow] version = "1.0.81" [dependencies.fast_image_resize] version = "3.0.4" [dependencies.image] version = "0.25.0" [dependencies.ndarray] version = "0.15.6" [dependencies.ort] version = "2.0.0-rc.1" features = ["ndarray"] default-features = false [dev-dependencies.ort] version = "2.0.0-rc.1" features = ["download-binaries"] default-features = false