Files
Notes/notes-service/vendor/tracing-appender/Cargo.toml
T
2026-08-01 16:11:49 +03:00

93 lines
1.8 KiB
TOML

# 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.5"
authors = [
"Zeki Sherif <zekshi@amazon.com>",
"Tokio Contributors <team@tokio.rs>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
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"
[lib]
name = "tracing_appender"
path = "src/lib.rs"
[[bench]]
name = "bench"
path = "benches/bench.rs"
harness = false
[dependencies.crossbeam-channel]
version = "0.5.6"
[dependencies.parking_lot]
version = "0.12.1"
optional = true
[dependencies.symlink]
version = "0.1.0"
[dependencies.thiserror]
version = "2"
[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"