# 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.54.0" name = "tracing-texray" version = "0.2.0" authors = ["russell.r.cohen@gmail.com"] description = "Tracing layer to view a plaintext timeline of spans and events" readme = "README.md" license = "MIT" repository = "https://github.com/rcoh/tracing-texray" [profile.release] debug = 1 [dependencies.lazy_static] version = "1.4.0" [dependencies.parking_lot] version = "0.12.1" [dependencies.term_size] version = "0.3.2" [dependencies.tracing] version = "0.1.29" default-features = false [dependencies.tracing-subscriber] version = "0.3.5" [dev-dependencies.env_logger] version = "0.10.0" [dev-dependencies.proptest] version = "1.1.0" [dev-dependencies.tokio] version = "1" features = ["full"] [dev-dependencies.tracing-subscriber] version = "0.3.5" features = ["env-filter"]