# 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" rust-version = "1.70" name = "cargo-license" version = "0.6.1" authors = ["Onur Aslan "] description = "Cargo subcommand to see license of dependencies" readme = "README.md" license = "MIT" repository = "https://github.com/onur/cargo-license" [dependencies.ansi_term] version = "0.12.1" [dependencies.anyhow] version = "1" [dependencies.cargo_metadata] version = "0.18.0" [dependencies.clap] version = "4" features = ["derive"] [dependencies.csv] version = "1" [dependencies.getopts] version = "0.2.21" [dependencies.itertools] version = "0.12.0" [dependencies.semver] version = "1.0" [dependencies.serde] version = "1" [dependencies.serde_derive] version = "1" [dependencies.serde_json] version = "1" [dependencies.spdx] version = "0.10.0" [dependencies.toml] version = "0.8.8"