# 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 = "anime-seg-rs" version = "0.3.0" authors = [] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Trying to implement anime-seg in Rust" readme = "README.md" keywords = [ "anime", "segmentation", "image-segmentation", "deep-learning", "pytorch", ] categories = ["command-line-utilities"] license = "Apache-2.0" repository = "https://github.com/nusu-github/anime-seg-rs" [profile.release] lto = "thin" codegen-units = 1 panic = "abort" [[bin]] name = "anime-seg-rs" path = "src/main.rs" [dependencies.anyhow] version = "^1.0.88" [dependencies.clap] version = "^4.5.17" features = ["derive"] [dependencies.image] version = "^0.25.2" [dependencies.indicatif] version = "^0.17.8" [dependencies.ndarray] version = "^0.16.1" [dependencies.nshare] version = "^0.10.0" features = [ "image", "ndarray", ] default-features = false [dependencies.num-traits] version = "^0.2.19" [dependencies.ort] version = "2.0.0-rc.6" [dependencies.parking_lot] version = "^0.12.3" features = ["hardware-lock-elision"] [dependencies.rayon] version = "^1.10.0" [dependencies.walkdir] version = "^2.5.0" [features] cuda = ["ort/cuda"] default = []