licensor 2.0.0

write licenses to stdout
# 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 = "licensor"
version = "2.0.0"
authors = ["Raphaël Thériault <raphael_theriault@outlook.com>"]
description = "write licenses to stdout"
homepage = "https://github.com/raftario/licensor"
readme = "README.md"
keywords = ["license", "cli", "spdx", "licensing"]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/raftario/licensor.git"
[dependencies.calm_io]
version = "0.1.1"

[dependencies.chrono]
version = "0.4.9"

[dependencies.flate2]
version = "1.0.11"
features = ["rust_backend"]
default-features = false

[dependencies.phf]
version = "0.7.23"

[dependencies.structopt]
version = "0.3.2"

[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.1"