# 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" name = "cargo-bom" version = "0.7.0" authors = ["Ossi Herrala "] build = 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" [profile.release] lto = true [[bin]] name = "cargo-bom" path = "src/main.rs" [dependencies.anyhow] version = "1" [dependencies.cargo_metadata] version = "0.18" [dependencies.clap] version = "4" features = ["derive"] [dependencies.itertools] version = "0.13" [dependencies.tabled] version = "0.16"