# 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-tighterror" version = "0.0.22" authors = ["Rafael Buchbinder "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "The cargo plugin of the tighterror framework." readme = "README.md" keywords = [ "tighterror", "cargo", "build", "plugin", ] categories = [ "command-line-utilities", "development-tools", "development-tools::cargo-plugins", "development-tools::build-utils", ] license = "MIT OR Apache-2.0" repository = "https://github.com/r-bk/tighterror" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [[bin]] name = "cargo-tighterror" path = "src/main.rs" [dependencies.clap] version = "4.4" features = ["derive"] [dependencies.log] version = "0.4" [dependencies.pretty_env_logger] version = "0.5" [dependencies.tighterror-build] version = "0.0.22"