cargo-diet 1.4.1

Make your crate lean by computing size-optimal include directives for Cargo manifests
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"
name = "cargo-diet"
version = "1.4.1"
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
build = false
include = [
    "src/**/*",
    "LICENSE.md",
    "README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Make your crate lean by computing size-optimal include directives for Cargo manifests"
readme = "README.md"
keywords = [
    "cargo",
    "cargo-subcommand",
    "cli",
    "lean",
    "crates",
]
categories = [
    "development-tools",
    "development-tools::cargo-plugins",
]
license = "MIT"
repository = "https://github.com/the-lean-crate/cargo-diet"

[features]
default = []
dev-support = ["rmp-serde"]

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

[[bin]]
name = "cargo-diet"
path = "src/bin/main.rs"

[dependencies.anyhow]
version = "1.0.102"

[dependencies.argh]
version = "0.1.19"

[dependencies.ascii_table]
version = "4.0.8"

[dependencies.byte-unit]
version = "5.2.0"

[dependencies.bytesize]
version = "2.3.1"

[dependencies.criner-waste-report]
version = "0.1.5"
default-features = false

[dependencies.flate2]
version = "1.1.9"

[dependencies.json]
version = "0.12.4"

[dependencies.locate-cargo-manifest]
version = "0.2.2"

[dependencies.nu-ansi-term]
version = "0.50.3"

[dependencies.quick-error]
version = "2.0.1"

[dependencies.rmp-serde]
version = "1.3.1"
optional = true

[dependencies.similar]
version = "3.1.1"

[dependencies.tar]
version = "0.4.46"

[dependencies.termsize]
version = "0.1.6"

[dependencies.toml_edit]
version = "0.25.12"

[profile.release]
opt-level = "s"
lto = "fat"
codegen-units = 1
panic = "abort"
overflow-checks = true
incremental = false

[profile.release.build-override]
opt-level = 0