# 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 = "cew" version = "0.9.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Personal Rust utility library" readme = "README.md" keywords = [ "utility", "simple", "logging", ] categories = ["rust-patterns"] license = "MIT OR Apache-2.0" repository = "https://github.com/Koranir/cew" [lib] name = "cew" path = "src/lib.rs" [dependencies.color-eyre] version = "0.6.2" optional = true default-features = false [dependencies.thiserror] version = "1.0.61" optional = true [dependencies.tracing] version = "0.1.40" optional = true [dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"] optional = true [features] block-on = [] capture-spantrace = ["color-eyre?/capture-spantrace"] default = [ "color-eyre", "track-caller", "capture-spantrace", "block-on", "piping", "tracing", "thiserror", ] issue-url = ["color-eyre?/issue-url"] piping = [] tracing = [ "dep:tracing", "tracing-subscriber", "thiserror", ] track-caller = ["color-eyre?/track-caller"]