# 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 = "tracing_storage_logger" version = "0.1.16" description = "Easy rotating logs for the tracing crate." readme = "README.md" license = "MIT OR Apache-2.0" [[bin]] name = "main" path = "src/main.rs" [dependencies.chrono] version = "0.4" [dependencies.chrono-tz] version = "0.4" features = ["serde"] [dependencies.file-rotate] version = "0.7.0" [dependencies.readme] version = "0.1.0" [dependencies.serde_json] version = "1" [dependencies.string-builder] version = "0.2.0" [dependencies.tracing] version = "0.1.36" [dependencies.tracing-attributes] version = "0.1.22" [dependencies.tracing-subscriber] version = "0.3"