# 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 = "chrometracer" version = "0.1.1" authors = ["Youseok Yang "] description = "A tiny Chrometracing library." categories = [ "asynchronous", "development-tools::debugging", "development-tools::profiling", ] license = "MIT" resolver = "1" [dependencies.chrometracer-attributes] version = "0.1.0" [dependencies.crossbeam-channel] version = "0.5.6" [dependencies.crossbeam-queue] version = "0.3.6" [dependencies.derive_builder] version = "0.11.2" [dependencies.lazy_static] version = "1.4.0" [dependencies.serde_json] version = "1.0.83" [dependencies.tracing] version = "0.1.36" [dependencies.tracing-chrometrace] version = "0.1.19" [dependencies.tracing-subscriber] version = "0.3.15"