# 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 = "2018" rust-version = "1.63.0" name = "tracing-appender" version = "0.2.3" authors = [ "Zeki Sherif ", "Tokio Contributors ", ] description = """ Provides utilities for file appenders and making non-blocking writers. """ homepage = "https://tokio.rs" readme = "README.md" keywords = [ "logging", "tracing", "file-appender", "non-blocking-writer", ] categories = [ "development-tools::debugging", "asynchronous", ] license = "MIT" repository = "https://github.com/tokio-rs/tracing" resolver = "2" [[bench]] name = "bench" harness = false [dependencies.crossbeam-channel] version = "0.5.6" [dependencies.parking_lot] version = "0.12.1" optional = true [dependencies.thiserror] version = "1" [dependencies.time] version = "0.3.2" features = [ "formatting", "parsing", ] default-features = false [dependencies.tracing-subscriber] version = "0.3.18" features = [ "fmt", "std", ] default-features = false [dev-dependencies.criterion] version = "0.3.6" default-features = false [dev-dependencies.tempfile] version = "3" [dev-dependencies.tracing] version = "0.1.35"