# 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" name = "tracing-libatrace" version = "0.1.0" authors = ["Grain Spring"] description = "A tracing subscriber layer for tracing in debugfs using libatrace" readme = "README.md" categories = [ "development-tools::debugging", "development-tools::profiling", ] license = "MIT" repository = "https://github.com/Grainspring/tracing-libatrace" [[example]] name = "chat" path = "examples/chat.rs" [dependencies.libatrace] version = "0.1.0" [dependencies.tracing] version = "0.1.10" [dependencies.tracing-core] version = "0.1" [dependencies.tracing-futures] version = "0.2" [dependencies.tracing-log] version = "0.1" optional = true [dependencies.tracing-subscriber] version = "0.3" features = [ "registry", "fmt", "std", ] default-features = false [dev-dependencies.bytes] version = "0.5.6" features = [] [dev-dependencies.futures] version = "0.3.0" [dev-dependencies.futures-core] version = "0.3" [dev-dependencies.tokio] version = "0.2.12" features = [ "full", "tracing", ] [dev-dependencies.tokio-util] version = "0.2.0" features = ["full"] [dev-dependencies.tracing] version = "0.1" [dev-dependencies.tracing-attributes] version = "0.1.2" [dev-dependencies.tracing-futures] version = "0.2.1" features = ["futures-01"] [features] default = ["tracing-log"]