# 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-debt" version = "0.1.0" authors = ["Alexandru N. Onea "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Cargo extension that warns against todos, unresolved and unimplemented parts of the code." homepage = "https://gitlab.com/alexandru.onea/cargo-debt" readme = "README.md" keywords = [ "cargo", "extension", "todos", "code", "analysis", ] categories = [ "command-line-utilities", "development-tools", "development-tools::cargo-plugins", ] license-file = "LICENSE" repository = "https://gitlab.com/alexandru.onea/cargo-debt" [profile.release] opt-level = 3 lto = true debug = 0 [[bin]] name = "cargo-debt" path = "src/main.rs" [dependencies]