# 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 = "cargo-lichking" version = "0.9.0" authors = ["Wim Looman "] description = "Display info about licensing of dependencies" readme = "README.md" keywords = ["cargo", "licensing"] license = "MIT/Apache-2.0" repository = "https://github.com/Nemo157/cargo-lichking" [dependencies.anyhow] version = "1.0.26" features = ["std"] default-features = false [dependencies.cargo_metadata] version = "0.9.1" default-features = false [dependencies.clap] version = "2.33.0" features = ["color", "suggestions"] default-features = false [dependencies.itertools] version = "0.8.2" features = ["use_std"] default-features = false [dependencies.log] version = "0.4.8" default-features = false [dependencies.pretty_env_logger] version = "0.4.0" default-features = false [dependencies.regex] version = "1.3.4" default-features = false [dependencies.serde] version = "1.0.104" features = ["derive"] default-features = false [dependencies.toml] version = "0.5.6" default-features = false