# 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-human-layer" version = "0.1.3" authors = ["Rebecca Turner "] description = "A human-friendly tracing console output layer" readme = "README.md" keywords = ["tracing"] license = "MIT" repository = "https://github.com/9999years/tracing-human-layer" [dependencies.itertools] version = "0.11.0" [dependencies.owo-colors] version = "3.5.0" features = [ "supports-color", "supports-colors", ] [dependencies.parking_lot] version = "0.12.1" [dependencies.textwrap] version = "0.16.0" features = ["terminal_size"] [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" [dev-dependencies.clap] version = "4.4.8" features = ["derive"] [dev-dependencies.expect-test] version = "1.4.1" [dev-dependencies.indoc] version = "2.0.4" [dev-dependencies.supports-color] version = "2.1.0"