# 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 = "win_etw_tracing" version = "0.1.2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Provides a backend for the `tracing` crate that logs events to ETW (Event Tracing for Windows)." homepage = "https://github.com/microsoft/rust_win_etw" readme = "README.md" license = "Apache-2.0 OR MIT" [lib] name = "win_etw_tracing" path = "src/lib.rs" [dependencies.bytes] version = "1" [dependencies.tracing] version = "0.1" [dependencies.tracing-log] version = "0.2" features = [ "log-tracer", "std", ] optional = true default-features = false [dependencies.tracing-subscriber] version = "0.3.7" features = [ "smallvec", "fmt", "std", ] default-features = false [dependencies.win_etw_metadata] version = "0.1.2" [dependencies.win_etw_provider] version = "0.1.9" [dev-dependencies.anyhow] version = "1" [features] default = ["tracing-log"]