# 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.56" name = "tracerr" version = "0.3.0" authors = ["Instrumentisto Team "] include = ["/src/", "/CHANGELOG.md", "/LICENSE.md", "/README.md"] description = "Custom compile-time captured error tracing." homepage = "https://github.com/instrumentisto/tracerr-rs" documentation = "https://docs.rs/tracerr" readme = "README.md" keywords = ["backtrace", "error", "stacktrace", "tracing", "tracerr"] categories = ["rust-patterns"] license = "BlueOak-1.0.0" repository = "https://github.com/instrumentisto/tracerr-rs" resolver = "2" [dependencies.derive_more] version = "0.99.8" features = ["as_mut", "as_ref", "display"] default-features = false [dependencies.sealed] version = "0.3"