# 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 = "uwheel-stats" version = "0.2.1" authors = ["Max Meldrum "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "profiling utility for uwheel" readme = "README.md" categories = [ "data-structures", "embedded", "no-std", "wasm", "database", ] license = "MIT OR Apache-2.0" repository = "https://github.com/uwheel/uwheel" [lib] name = "uwheel_stats" path = "src/lib.rs" [[bench]] name = "benchmark" path = "benches/benchmark.rs" harness = false [dependencies.minstant] version = "0.1" [dependencies.serde] version = "1.0" features = [ "derive", "rc", ] optional = true default-features = false [dependencies.sketches-ddsketch] version = "0.2" [dev-dependencies.criterion] version = "0.4" [features] serde = [ "dep:serde", "sketches-ddsketch/use_serde", ]