# 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 = "micrometer" version = "0.2.7" authors = ["Luca De Martini "] description = "Profiling for fast, high frequency events in multithreaded applications with low overhead" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/imDema/micrometer-rs" [package.metadata.docs.rs] features = [ "enable", "perforation-1k", ] [dependencies.once_cell] version = "1.18.0" [dependencies.parking_lot] version = "0.12.1" [dependencies.thread_local] version = "1.1.7" [dev-dependencies.tempfile] version = "3.6.0" [features] default = ["instant"] enable = [] instant = [] perforation = [] perforation-128 = ["perforation"] perforation-16k = ["perforation"] perforation-1k = ["perforation"]