# 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.64" name = "sic" version = "0.22.4" authors = ["Martijn Gribnau "] exclude = [ ".idea/*", ".vscode/*", "*.iml", ".travis.yml", "RELEASE_STEPS.md", ] description = "Accessible image processing and conversion from the terminal (and a front-end for the 'image' crate)." readme = "README.md" keywords = [ "image", "converter", "cli", "front-end", "image-cli", ] categories = [ "multimedia::images", "command-line-utilities", ] license = "MIT OR Apache-2.0" repository = "https://github.com/foresterre/sic" [package.metadata.release] tag-prefix = "" [profile.release] lto = true codegen-units = 1 panic = "abort" [dependencies.anyhow] version = "1" [dependencies.atty] version = "0.2.14" [dependencies.clap] version = "2.34.0" [dependencies.globwalk] version = "0.8.1" [dependencies.open] version = "4.2.0" [dependencies.sic_cli_ops] version = "0.22.0" [dependencies.sic_core] version = "0.22.0" [dependencies.sic_image_engine] version = "0.22.0" [dependencies.sic_io] version = "0.22.0" [dependencies.sic_parser] version = "0.22.0" [dev-dependencies.clap] version = "2.34.0" [dev-dependencies.parameterized] version = "1.0.1" [build-dependencies] [features] default = ["imageproc-ops"] imageproc-ops = [ "sic_core/imageproc-ops", "sic_cli_ops/imageproc-ops", "sic_image_engine/imageproc-ops", "sic_parser/imageproc-ops", ] output-test-images = []