# 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" rust-version = "1.56.1" name = "smartcrop2" version = "0.3.1" authors = [ "Aleksey Bekh-Ivanov <6ex@mail.ru>", "ThetaDev ", ] build = false include = [ "src/**", "README.md", "LICENSE", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Clone of smartcrop library in JavaScript" readme = "README.md" categories = ["multimedia::images"] license = "MIT" repository = "https://codeberg.org/ThetaDev/smartcrop.rs" [profile.dev.package.image] opt-level = 3 [lib] name = "smartcrop" path = "src/lib.rs" [[bin]] name = "smartcrop-cli" path = "src/bin/cli.rs" required-features = [ "image", "clap", ] [dependencies.clap] version = ">=3.0.0,<5.0.0" optional = true [dependencies.image] version = ">=0.19.0,<0.26.0" optional = true default-features = false [dev-dependencies.proptest] version = "1.5.0" [dev-dependencies.rand] version = "0.8.5" [features] default = ["image"]