cargo-bom 0.7.1

Bill of Materials for Rust Crates
# 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-bom"
version = "0.7.1"
authors = ["Ossi Herrala <oherrala@iki.fi>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Bill of Materials for Rust Crates"
homepage = "https://github.com/sensorfu/cargo-bom#readme"
readme = "README.md"
keywords = [
    "bom",
    "bill-of-materials",
    "ingredients",
    "dependencies",
    "deps",
]
categories = [
    "command-line-utilities",
    "development-tools",
    "development-tools::cargo-plugins",
]
license = "MIT"
repository = "https://github.com/sensorfu/cargo-bom"

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

[dependencies.anyhow]
version = "1"

[dependencies.cargo_metadata]
version = "0.23"

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.tabled]
version = "0.20"

[profile.release]
lto = true