# 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 = "2018"
name = "pausable_clock"
version = "1.0.2"
authors = ["Kevin Guthrie <kevin.guthrie@gmail.com>"]
description = "A source of time information that can be paused and resumed"
readme = "README.md"
keywords = [
    "clock",
    "time",
    "simulation",
    "concurrent",
]
categories = [
    "concurrency",
    "date-and-time",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/RookAndPawn/pausable_clock"

[[bench]]
name = "now_bench"
harness = false

[[bench]]
name = "run_unpausable_bench"
harness = false

[dependencies.document-features]
version = "0.2"
optional = true

[dependencies.portable-atomic]
version = "1.10.0"
optional = true

[dependencies.web-time]
version = "1.1.0"
optional = true

[dev-dependencies.criterion]
version = "0.5.1"

[features]
default = []
features = ["document-features"]
portable_atomic = ["portable-atomic"]
web_time = ["web-time"]

[target."cfg(loom)".dependencies.loom]
version = "0.7.2"