# 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 = "touka" version = "0.3.5" authors = ["moisutsu "] description = "This is a command-line tool for making image backgrounds transparent" readme = "README.md" categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/moisutsu/touka" resolver = "2" [dependencies.anyhow] version = "1.0.32" [dependencies.clap] version = "3.0.0" features = ["derive"] [dependencies.image] version = "0.23.5" [dependencies.imboard] version = "0.2.5" [dependencies.itertools] version = "0.10.1" [dependencies.tokio] version = "0.2.22" features = ["full"] [dependencies.yaml-rust] version = "0.4"