# 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 = "my-util-rust" version = "0.1.0" description = "my util for rust" readme = "README.md" license = "MIT" repository = "https://github.com/LonelyPale/my-util-rust" [lib] name = "myutil" [dependencies.color-eyre] version = "0.6.3" optional = true [dependencies.eyre] version = "0.6.12" optional = true [dependencies.tracing] version = "0.1.40" optional = true [dependencies.tracing-core] version = "0.1.32" optional = true [dependencies.tracing-error] version = "0.2.0" optional = true [dependencies.tracing-log] version = "0.2.0" optional = true [dependencies.tracing-subscriber] version = "0.3.18" features = [ "env-filter", "chrono", ] optional = true [features] default = [ "error", "log", ] error = [ "eyre", "color-eyre", ] full = [ "error", "log", ] log = [ "tracing", "tracing-subscriber", "tracing-error", "tracing-core", "tracing-log", ]