# 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 = "speak-easy" version = "0.1.3" authors = ["stefanodecillis"] description = "Logging functionalities with different levels and rotation options built on top of tracing and compatible with of tokio-rs." readme = "README.md" keywords = [ "logging", "tracing", "async", ] categories = [ "development-tools::debugging", "development-tools::profiling", "asynchronous", "no-std", ] license = "MIT" repository = "https://github.com/stefanodecillis/speak-easy" [profile.dev] opt-level = 1 [profile.release] opt-level = 3 [dependencies.chrono] version = "0.4.34" [dependencies.tokio] version = "1.37.0" features = [ "time", "rt", ] optional = true [dependencies.tracing] version = "0.1.37" [dependencies.tracing-appender] version = "0.2" [dependencies.tracing-core] version = "0.1.32" [dependencies.tracing-subscriber] version = "0.3.18" [features] default = ["tokio_async"] tokio_async = ["tokio"]