# 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-ecs" version = "0.4.1" authors = ["Philippe GASSMANN "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Tracing subscriber that output ECS (Elastic Common Schema) JSON log lines" readme = "README.md" keywords = [ "tracing", "elastic", "ecs", "logging", ] categories = ["development-tools::debugging"] license = "MIT OR Apache-2.0" repository = "https://github.com/zenria/tracing-ecs" [lib] name = "tracing_ecs" path = "src/lib.rs" [[bench]] name = "benchmark" path = "benches/benchmark.rs" harness = false [dependencies.chrono] version = "0.4" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.thiserror] version = "1" [dependencies.tracing] version = "0.1" [dependencies.tracing-core] version = "0.1" [dependencies.tracing-log] version = "0.2" [dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"] [dev-dependencies.criterion] version = "0.5" features = ["html_reports"] [dev-dependencies.log] version = "0.4" [dev-dependencies.maplit] version = "1"