# 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 = "shame" version = "0.0.4" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Commonly used utilities to trade performance and compilation time for development velocity." readme = "README.md" license = "MIT" repository = "https://github.com/SichangHe/shame.rs" [lib] name = "shame" path = "src/lib.rs" [dependencies.anyhow] version = "1" features = ["backtrace"] [dependencies.derive-new] version = "0.7" [dependencies.derive-where] version = "1" [dependencies.derive_everything] version = "0.1" [dependencies.pub-fields] version = "0.1" [dependencies.regex] version = "1" [dependencies.thiserror] version = "1" [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"] [dev-dependencies.impls] version = "1"