# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "naut" version = "0.14.22" 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/naut" [profile.release] lto = true codegen-units = 1 panic = "abort" [dependencies.anyhow] version = "1.0.33" [dependencies.atty] version = "0.2.14" [dependencies.clap] version = "2.33.3" [dependencies.globwalk] version = "0.8.0" [dependencies.inflate] version = "0.4.5" [dependencies.naut_cli_ops] version = "0.14.22" [dependencies.naut_core] version = "0.14.22" [dependencies.naut_image_engine] version = "0.14.22" [dependencies.naut_io] version = "0.14.22" [dependencies.naut_parser] version = "0.14.22" [dependencies.open] version = "1.4.0" [dependencies.strum] version = "0.19.5" [dev-dependencies.clap] version = "2.33.3" [dev-dependencies.parameterized] version = "0.2.0" [build-dependencies.flate2] version = "1.0.18" [features] imageproc-ops = ["naut_cli_ops/imageproc-ops", "naut_image_engine/imageproc-ops", "naut_parser/imageproc-ops"] output-test-images = []