[package] name = "ztimer" version = "0.1.2" authors = ["Lorby Bi "] edition = "2021" license = "Apache-2.0" description = "A block-based, non-circular double-linked list implementation for Rust." repository = "https://github.com/pecktalk/pex/tree/main/ztimer" readme = "README.md" keywords = ["timer"] categories = ["data-structures", "algorithms"] [features] mock_clock = [] # For unit test only log_precision = [] # For unit test only # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] once_cell = "1" num_cpus = "1" crossbeam-channel = "0.5.9" crossbeam-utils = "0.8.8" crossbeam = "0.8.2" anyhow = "1.0.44" thiserror = "1.0" log = "0.4.14" strum = "0" strum_macros = "0" thread-priority = "0" rblist = "0" [dev-dependencies] env_logger = "0" pretty_assertions = "1.2.0" criterion = "0" taskchain = "0"