torrust-clock 3.0.0

A library providing a working and mockable clock for deterministic testing.
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.88"
name = "torrust-clock"
version = "3.0.0"
authors = ["Nautilus Cyberneering <info@nautilus-cyberneering.de>, Mick van Dijke <mick@dutchbits.nl>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A library providing a working and mockable clock for deterministic testing."
homepage = "https://torrust.com/"
documentation = "https://docs.rs/torrust-clock/"
readme = "README.md"
keywords = [
    "clock",
    "library",
    "time",
]
categories = [
    "date-and-time",
    "development-tools::testing",
]
license = "AGPL-3.0-only"
repository = "https://github.com/torrust/torrust-clock"

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

[[test]]
name = "integration"
path = "tests/integration.rs"

[dependencies.chrono]
version = "0"
features = ["clock"]
default-features = false

[dependencies.tracing]
version = "0"

[dev-dependencies]