licensor 1.0.2

Write a license to standard output given its SPDX ID
# 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 = "1.0.2"
authors = ["Raphaël Thériault <raphael_theriault@outlook.com>"]
build = "build.rs"
exclude = ["/target", "**/*.rs.bk", ".idea/", ".github/"]
description = "Write a license to standard output given its SPDX ID"
homepage = "https://github.com/raftario/licensor"
readme = "README.md"
keywords = ["license", "cli"]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/raftario/licensor.git"
[dependencies.chrono]
version = "0.4.9"

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

[dependencies.lazy_static]
version = "1.4.0"
[dev-dependencies.cargo-husky]
version = "1.4.0"
features = ["precommit-hook", "run-cargo-clippy", "run-cargo-fmt"]
default-features = false
[build-dependencies.flate2]
version = "1.0.11"
features = ["rust_backend"]
default-features = false

[build-dependencies.reqwest]
version = "0.9.20"

[build-dependencies.serde]
version = "1.0.101"
features = ["derive"]

[build-dependencies.serde_json]
version = "1.0.40"