Htrace 1.0.2

simple tracing system
Documentation
[package]
name = "Htrace"
version = "1.0.2"
authors = ["Hyultis <hyultis@gmail.com>"]
edition = "2021"
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/hyultis/rust_Htrace"
keywords = ["tracing","trace","log","logging"]
categories = ["development-tools::debugging"]
description = "simple tracing system"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
chrono = "0.4"
anyhow = "1.0"
Hconfig = "1.1"
backtrace = "0.3"
dashmap = "6.0"
thiserror = "1.0"
strfmt = "0.2"
arc-swap = "1.7"
parking_lot = "0.12"
singletonThread = "1.1"
owo-colors = "4.1"