torrust-clock 3.0.0

A library providing a working and mockable clock for deterministic testing.
Documentation
[package]
authors = ["Nautilus Cyberneering <info@nautilus-cyberneering.de>, Mick van Dijke <mick@dutchbits.nl>"]
categories = ["date-and-time", "development-tools::testing"]
description = "A library providing a working and mockable clock for deterministic testing."
documentation = "https://docs.rs/torrust-clock/"
edition = "2024"
homepage = "https://torrust.com/"
keywords = ["clock", "library", "time"]
license = "AGPL-3.0-only"
name = "torrust-clock"
publish = true
readme = "README.md"
repository = "https://github.com/torrust/torrust-clock"
rust-version = "1.88"
version = "3.0.0"

[dependencies]
chrono = { version = "0", default-features = false, features = ["clock"] }
tracing = "0"

[dev-dependencies]