# 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 = "error-tree" version = "0.3.7" authors = ["klebs tpk3.mx@gmail.com"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "This crate let's us use the `error_tree!` proc macro for ergonomic error hierarchy definition" readme = "README.md" keywords = [ "macros", "errors", "shorthand", "hierarchy", "reuse", ] categories = ["development-tools"] license = "MIT" repository = "https://github.com/klebs6/klebs-general" [lib] name = "error_tree" path = "src/lib.rs" proc-macro = true [[test]] name = "basic_audio_hierarchy" path = "tests/basic_audio_hierarchy.rs" [[test]] name = "clone" path = "tests/clone.rs" [dependencies.derive-error] version = "0.0.5" [dependencies.export-magic] version = "0.3.1" [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0" [dependencies.syn] version = "2.0.52" [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3" features = [ "fmt", "std", "env-filter", ] default-features = false