[package] name = "mt-debug-counters" version = "0.1.4" authors = ["Andrea Cracco "] edition = "2021" categories = [] description = "Crate to support high performance debug counters for heavy multithreaded applications" license = "MIT OR Apache-2.0" repository = "https://github.com/Guilucand/mt-debug-counters-rs" [dependencies] parking_lot = "0.12.3" lazy_static = "1.5.0" json = "0.12.4" bytesize = "1.3.0"