darkbio-clock 0.2.0

Virtual clock for testing blocking code
Documentation
# 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 = "2024"
rust-version = "1.85"
name = "darkbio-clock"
version = "0.2.0"
authors = ["Péter Szilágyi <peter@dark.bio>"]
build = false
exclude = ["lint/"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Virtual clock for testing blocking code"
documentation = "https://docs.rs/darkbio-clock"
readme = "README.md"
keywords = [
    "clock",
    "time",
    "testing",
    "virtual-time",
    "dark-bio",
]
categories = [
    "development-tools::testing",
    "date-and-time",
]
license = "BSD-3-Clause"
repository = "https://github.com/dark-bio/clock-rs"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
crossbeam = ["dep:crossbeam-channel"]
default = []
test-clock = []

[lib]
name = "darkbio_clock"
path = "src/lib.rs"

[dependencies.crossbeam-channel]
version = "0.5.17"
optional = true

[dev-dependencies.proptest]
version = "1.11.0"
features = ["std"]
default-features = false

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

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = [
    "cfg(coverage_nightly)",
    "cfg(loom)",
]