cargo-about 0.9.2

Cargo plugin for generating a listing of all of the crates and the the terms under which they are licensed
Documentation
# 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 = "2024"
rust-version = "1.88.0"
name = "cargo-about"
version = "0.9.2"
authors = [
    "Embark <opensource@embark-studios.com>",
    "Jake Shadle <jake.shadle@embark-studios.com>",
]
build = false
exclude = ["media/"]
autolib = false
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"

[badges.maintenance]
status = "actively-developed"

[features]
cli = [
    "dep:nu-ansi-term",
    "dep:handlebars",
    "dep:mimalloc",
    "dep:jiff",
    "dep:fern",
    "dep:clap",
]

[lib]
name = "cargo_about"
path = "src/lib.rs"

[[bin]]
name = "cargo-about"
path = "src/cargo-about/main.rs"
required-features = ["cli"]

[[test]]
name = "all"
path = "tests/all.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.clap]
version = "4.5"
features = ["derive"]
optional = true

[dependencies.codespan]
version = "0.13"

[dependencies.codespan-reporting]
version = "0.13"

[dependencies.fern]
version = "0.7"
optional = true

[dependencies.handlebars]
version = "6.0"
features = ["dir_source"]
optional = true

[dependencies.ignore]
version = "0.4"

[dependencies.jiff]
version = "0.2"
optional = true

[dependencies.krates]
version = "0.21"
features = ["serialize"]

[dependencies.libc]
version = "0.2"

[dependencies.log]
version = "0.4"

[dependencies.memchr]
version = "2.8"

[dependencies.mimalloc]
version = "0.1"
optional = true

[dependencies.nu-ansi-term]
version = "0.50"
optional = true

[dependencies.parking_lot]
version = "0.12"

[dependencies.rayon]
version = "1.5"

[dependencies.ring]
version = "0.17"

[dependencies.rustls]
version = "0.23"
features = ["ring"]
default-features = false

[dependencies.semver]
version = "1.0"
features = ["serde"]

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.spdx]
version = "0.13"
features = [
    "detection-parallel",
    "detection-inline-cache",
    "text",
]

[dependencies.toml-span]
version = "0.7"

[dependencies.twox-hash]
version = "2.0"

[dependencies.ureq]
version = "3.3"
features = [
    "platform-verifier",
    "rustls-no-provider",
]
default-features = false

[dependencies.url]
version = "2.5"

[dev-dependencies.assert_cmd]
version = "2.2"

[dev-dependencies.assert_fs]
version = "1.0.7"

[dev-dependencies.predicates]
version = "3.0"

[profile.release]
lto = true
strip = "debuginfo"