# 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 = "2018" rust-version = "1.65.0" name = "color-spantrace" version = "0.2.1" authors = ["Jane Lusby "] description = "A pretty printer for tracing_error::SpanTrace based on color-backtrace" documentation = "https://docs.rs/color-spantrace" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/eyre-rs/eyre" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [package.metadata.workspaces] independent = true [dependencies.once_cell] version = "1.18.0" [dependencies.owo-colors] version = "3.2.0" [dependencies.tracing-core] version = "0.1.21" [dependencies.tracing-error] version = "0.2.0" [dev-dependencies.ansi-parser] version = "0.8" [dev-dependencies.tracing] version = "0.1.29" [dev-dependencies.tracing-subscriber] version = "0.3.4"