# 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 = "2021" name = "license" version = "3.5.1+3.25.0" authors = ["evenorog "] build = "build.rs" exclude = [ "/license-list-data", "!/license-list-data/json", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Embedded license information from SPDX." documentation = "https://docs.rs/license" readme = "README.md" keywords = [ "license", "spdx", ] categories = ["no-std"] license = "MIT OR Apache-2.0" repository = "https://github.com/evenorog/license" [package.metadata.docs.rs] features = ["serde"] [lib] name = "license" path = "src/lib.rs" [[example]] name = "cli" path = "examples/cli.rs" [dependencies.serde] version = "1" optional = true default-features = false [dev-dependencies.serde_json] version = "1" [build-dependencies.reword] version = "7" [build-dependencies.serde] version = "1" features = ["derive"] [build-dependencies.serde_json] version = "1" [features] default = [] offline = [] [badges.maintenance] status = "actively-developed"