# 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.81" name = "bare_err_tree" version = "0.2.2" authors = ["Bennett Petzold "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Display errors as a formatted tree" readme = "README.md" keywords = [ "error", "tree", "printing", ] categories = [ "no-std::no-alloc", "development-tools::debugging", "rust-patterns", ] license = "MPL-2.0" repository = "https://github.com/Bennett-Petzold/bare_err_tree" [lib] name = "bare_err_tree" path = "src/lib.rs" [dependencies.anyhow] version = "1" optional = true default-features = false [dependencies.bare_err_tree_proc] version = "0.2" optional = true [dependencies.eyre] version = "0.6" optional = true default-features = false [dependencies.tracing-core] version = "0.1" optional = true default-features = false [dependencies.tracing-error] version = "0.2" optional = true default-features = false [features] anyhow = ["dep:anyhow"] default = ["derive"] derive = ["dep:bare_err_tree_proc"] derive_alloc = [ "derive", "bare_err_tree_proc/alloc", ] eyre = ["dep:eyre"] heap_buffer = [] source_line = [] tracing = [ "dep:tracing-error", "dep:tracing-core", ]