# 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.81.0" name = "cargo-about" version = "0.6.6" authors = [ "Embark ", "Jake Shadle ", ] build = false exclude = ["media/"] autobins = false autoexamples = false autotests = false autobenches = false description = "Cargo plugin for generating a listing of all of the crates and the the terms under which they are licensed" homepage = "https://github.com/EmbarkStudios/cargo-about" documentation = "https://docs.rs/cargo-about" readme = "README.md" keywords = [ "cargo", "license", "spdx", ] categories = ["development-tools::cargo-plugins"] license = "MIT OR Apache-2.0" repository = "https://github.com/EmbarkStudios/cargo-about" [profile.release] lto = true strip = "debuginfo" [lib] name = "cargo_about" path = "src/lib.rs" [[bin]] name = "cargo-about" path = "src/cargo-about/main.rs" [[test]] name = "all" path = "tests/all.rs" [dependencies.anyhow] version = "1.0" [dependencies.askalono] version = "0.5" [dependencies.cd] version = "0.3" features = ["blocking"] [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.codespan] version = "0.11" [dependencies.codespan-reporting] version = "0.11" [dependencies.fern] version = "0.7" [dependencies.handlebars] version = "6.0" features = ["dir_source"] [dependencies.home] version = "0.5" [dependencies.ignore] version = "0.4" [dependencies.krates] version = "0.17.1" features = ["metadata"] [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4" [dependencies.mimalloc] version = "0.1" [dependencies.nu-ansi-term] version = "0.50" [dependencies.parking_lot] version = "0.12" [dependencies.rayon] version = "1.5" [dependencies.reqwest] version = "0.12" features = [ "blocking", "rustls-tls", ] default-features = false [dependencies.ring] version = "0.17" [dependencies.semver] version = "1.0" features = ["serde"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.spdx] version = "0.10" features = ["text"] [dependencies.time] version = "0.3" [dependencies.toml] version = "0.8" [dependencies.toml_edit] version = "0.22" [dependencies.twox-hash] version = "2.0" [dependencies.url] version = "2.5" [dev-dependencies.assert_cmd] version = "2.0" [dev-dependencies.assert_fs] version = "1.0.7" [dev-dependencies.predicates] version = "3.0" [features] native-certs = ["reqwest/rustls-tls-native-roots"] [badges.maintenance] status = "actively-developed"