# 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 = "cliblur" version = "0.4.0" authors = ["DaniƩl Kerkmann "] exclude = [ "codecov.yml", "Dockerfile", ".dockerignore", ".gitlab-ci.yml", ".pre-commit-config.yaml", "tarpaulin.toml", ] description = "A faster and more usefule image blur tool." homepage = "https://gitlab.com/kerkmann/cliblur" keywords = [ "cli", "terminal", "utility", "image", "graphics", ] categories = ["command-line-utilities"] license = "EUPL-1.2" repository = "https://gitlab.com/kerkmann/cliblur" resolver = "2" [profile.release] lto = true codegen-units = 1 [dependencies.clap] version = "3.1" features = ["derive"] [dependencies.image] version = "0.24" [dependencies.log] version = "0.4" [dependencies.serde] version = "1" features = ["derive"] [dependencies.simple_logger] version = "2.1"