# 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.58" name = "cargo-deps-list" version = "2.1.0" authors = ["alpha-tango-kilo "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Cargo subcommand to get a list of dependencies in a typical build" homepage = "https://codeberg.org/alpha-tango-kilo/cargo-deps-list" readme = "README.md" keywords = [ "cargo", "dependencies", ] categories = [ "development-tools", "development-tools::cargo-plugins", "command-line-utilities", ] license = "GPL-3.0-only" repository = "https://codeberg.org/alpha-tango-kilo/cargo-deps-list" [profile.release] lto = true codegen-units = 1 panic = "abort" strip = true [profile.tiny] opt-level = "z" inherits = "release" [[bin]] name = "cargo-deps-list" path = "src/main.rs" [[test]] name = "integration" path = "tests/integration.rs" [dependencies]