# 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 = "Htrace" version = "1.0.2" authors = ["Hyultis "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "simple tracing system" readme = "README.md" keywords = [ "tracing", "trace", "log", "logging", ] categories = ["development-tools::debugging"] license = "MIT OR Apache-2.0" repository = "https://github.com/hyultis/rust_Htrace" [lib] name = "Htrace" path = "src/lib.rs" [[test]] name = "tests" path = "tests/tests.rs" [dependencies.Hconfig] version = "1.1" [dependencies.anyhow] version = "1.0" [dependencies.arc-swap] version = "1.7" [dependencies.backtrace] version = "0.3" [dependencies.chrono] version = "0.4" [dependencies.dashmap] version = "6.0" [dependencies.owo-colors] version = "4.1" [dependencies.parking_lot] version = "0.12" [dependencies.singletonThread] version = "1.1" [dependencies.strfmt] version = "0.2" [dependencies.thiserror] version = "1.0"