# 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 = "cargo-bundle-licenses" version = "2.0.0" authors = ["Seth Stadick"] description = "Bundle licensing of dependencies" readme = "README.md" keywords = [ "cargo", "licensing", ] license = "MIT/Apache-2.0" repository = "https://github.com/sstadick/cargo-bundle-licenses" [lib] name = "bundle_licenses_lib" path = "src/lib.rs" [[bin]] name = "cargo-bundle-licenses" path = "src/main.rs" required-features = ["binary-dependencies"] [dependencies.anyhow] version = "1.0.70" optional = true [dependencies.cargo_metadata] version = "0.15.4" [dependencies.env_logger] version = "0.10.0" optional = true [dependencies.git-version] version = "0.3.5" optional = true [dependencies.home] version = "0.5.4" [dependencies.itertools] version = "0.10.5" [dependencies.log] version = "0.4.17" [dependencies.regex] version = "1.7.3" [dependencies.serde] version = "1.0.160" features = ["derive"] [dependencies.serde_json] version = "1.0.96" [dependencies.serde_yaml] version = "0.9.21" [dependencies.slug] version = "0.1.4" [dependencies.spdx] version = "0.10.1" [dependencies.structopt] version = "0.3.26" optional = true [dependencies.strum] version = "0.24.1" features = ["derive"] [dependencies.thiserror] version = "1.0.40" [dependencies.toml] version = "0.7.3" [features] binary-dependencies = [ "anyhow", "env_logger", "structopt", "git-version", ] default = ["binary-dependencies"]