# 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 = "ztimer" version = "0.1.2" authors = ["Lorby Bi "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A block-based, non-circular double-linked list implementation for Rust." readme = "README.md" keywords = ["timer"] categories = [ "data-structures", "algorithms", ] license = "Apache-2.0" repository = "https://github.com/pecktalk/pex/tree/main/ztimer" [lib] name = "ztimer" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.44" [dependencies.crossbeam] version = "0.8.2" [dependencies.crossbeam-channel] version = "0.5.9" [dependencies.crossbeam-utils] version = "0.8.8" [dependencies.log] version = "0.4.14" [dependencies.num_cpus] version = "1" [dependencies.once_cell] version = "1" [dependencies.rblist] version = "0" [dependencies.strum] version = "0" [dependencies.strum_macros] version = "0" [dependencies.thiserror] version = "1.0" [dependencies.thread-priority] version = "0" [dev-dependencies.criterion] version = "0" [dev-dependencies.env_logger] version = "0" [dev-dependencies.pretty_assertions] version = "1.2.0" [dev-dependencies.taskchain] version = "0" [features] log_precision = [] mock_clock = []