# 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 = "hierarchical_hash_wheel_timer" version = "1.3.0" authors = ["Lars Kroll "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A low-level timer implementantion using a hierarchical four-level hash wheel with overflow." homepage = "https://github.com/Bathtor/rust-hash-wheel-timer" documentation = "https://docs.rs/hierarchical_hash_wheel_timer" readme = "README.md" keywords = [ "timer", "timeout", ] categories = [ "data-structures", "simulation", ] license = "MIT" repository = "https://github.com/Bathtor/rust-hash-wheel-timer" [lib] name = "hierarchical_hash_wheel_timer" path = "src/lib.rs" [[bench]] name = "wheel_benchmark" path = "benches/wheel_benchmark.rs" harness = false [dependencies.crossbeam-channel] version = "0.5" optional = true [dependencies.fnv] version = "1.0" optional = true [dependencies.rustc-hash] version = "2" optional = true [dependencies.uuid] version = "1.3" features = ["v4"] optional = true [dev-dependencies.criterion] version = "0.5" [dev-dependencies.rand] version = "0.8" [dev-dependencies.rand_xoshiro] version = "0.6" [features] default = [ "uuid-extras", "fx-hash", "thread-timer", ] fnv-hash = ["fnv"] fx-hash = ["rustc-hash"] sip-hash = [] thread-timer = ["crossbeam-channel"] uuid-extras = ["uuid"] [badges.github-actions] repository = "Bathtor/rust-hash-wheel-timer" workflow = "ci.yml" [badges.maintenance] status = "passively-maintained"