# 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 = "traceon" version = "0.3.1" authors = ["Jack Clayton "] description = "An easy to use log and tracing formatter with a flattened json or pretty output." documentation = "https://docs.rs/traceon" readme = "README.md" keywords = [ "logging", "metrics", "tracing", "subscriber", ] categories = [ "development-tools::profiling", "development-tools::debugging", ] license = "MIT/Apache-2.0" repository = "https://github.com/jackos/traceon" [[bench]] name = "tracing" harness = false [[bench]] name = "async" harness = false [dependencies.chrono] version = "0.4" [dependencies.nu-ansi-term] version = "0.50" [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.tracing] version = "0.1" features = [ "log", "std", "attributes", ] default-features = false [dependencies.tracing-subscriber] version = "0.3" features = [ "registry", "fmt", "env-filter", ] default-features = false [dev-dependencies.claims] version = "0.7.1" [dev-dependencies.criterion] version = "0.5.1" features = [ "html_reports", "async_tokio", ] [dev-dependencies.once_cell] version = "1.19.0" [dev-dependencies.opentelemetry] version = "0.22.0" [dev-dependencies.opentelemetry-otlp] version = "0.15.0" features = ["tonic"] [dev-dependencies.opentelemetry-stdout] version = "0.3.0" features = ["trace"] [dev-dependencies.opentelemetry_sdk] version = "0.22.1" [dev-dependencies.tokio] version = "1.36.0" features = ["full"] [dev-dependencies.tracing] version = "0.1" [dev-dependencies.tracing-appender] version = "0.2.3" [dev-dependencies.tracing-attributes] version = "0.1.27" [dev-dependencies.tracing-opentelemetry] version = "0.23.0" [dev-dependencies.tracing-subscriber] version = "0.3"