# 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 = "ora-timer" version = "0.1.2" publish = true description = "Part of the Ora scheduler framework." license = "MIT OR Apache-2.0" [[example]] name = "async_timer" required-features = [ "async", "std", ] [[bench]] name = "timing_wheel" harness = false [dependencies.minstant] version = "0.1.2" optional = true [dependencies.tokio] version = "1.29.1" features = [ "rt", "time", "sync", "macros", ] optional = true [dependencies.tracing] version = "0.1.37" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.futures] version = "0.3.28" [dev-dependencies.thread-priority] version = "0.16.0" [dev-dependencies.time] version = "0.3.23" [dev-dependencies.tokio] version = "1.29.1" features = [ "rt-multi-thread", "macros", "sync", ] [dev-dependencies.tracing-subscriber] version = "0.3.17" [features] async = ["dep:tokio"] default = [ "std", "async", ] std = ["dep:minstant"]