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