# 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 = "2018" name = "permitter" version = "3.0.0" authors = [ "Adam Perkowski ", "Raphaël Thériault ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "write licenses to stdout. a fork of licensor." homepage = "https://github.com/adamperkowski/permitter" readme = "README.md" keywords = [ "license", "cli", "spdx", "licensing", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/adamperkowski/permitter.git" [[bin]] name = "permitter" path = "src/main.rs" [[test]] name = "integration" path = "tests/integration.rs" [dependencies.calm_io] version = "0.1.1" [dependencies.chrono] version = "0.4.9" [dependencies.flate2] version = "1.0.13" features = ["rust_backend"] default-features = false [dependencies.phf] version = "0.7.24" [dependencies.structopt] version = "0.3.5" [dependencies.textwrap] version = "0.11.0" [dev-dependencies.assert_cmd] version = "0.11.1" [dev-dependencies.cargo-husky] version = "1.4.0" features = [ "run-for-all", "precommit-hook", "run-cargo-test", "run-cargo-clippy", "run-cargo-fmt", ] default-features = false [dev-dependencies.predicates] version = "1.0.2"