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