# 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 = "quick_tracing" version = "0.1.5" authors = ["SARDONYX"] include = [ "src/", "examples/", ] description = "A simple library to easily start tracing." homepage = "https://github.com/SARDONYX-sard/quick_tracing" documentation = "https://docs.rs/quick_tracing" readme = "./readme.md" keywords = [ "tracing", "init", ] license = "MIT" repository = "https://github.com/SARDONYX-sard/quick_tracing" [[example]] name = "logger" required-features = ["derive"] [dependencies.quick_tracing_derive] version = "0.1.4" optional = true [dependencies.tracing] version = "0.1.40" [dependencies.tracing-appender] version = "0.2.3" [dependencies.tracing-subscriber] version = "0.3.18" [features] default = [] derive = ["dep:quick_tracing_derive"]