[dependencies.chrono]
default-features = false
features = ["clock"]
version = "0"
[dependencies.lazy_static]
version = "1"
[dependencies.torrust-tracker-primitives]
version = "3.0.0"
[dev-dependencies]
[lib]
name = "torrust_tracker_clock"
path = "src/lib.rs"
[package]
authors = ["Nautilus Cyberneering <info@nautilus-cyberneering.de>, Mick van Dijke <mick@dutchbits.nl>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["network-programming", "web-programming"]
description = "A library to a clock for the torrust tracker."
documentation = "https://docs.rs/crate/torrust-tracker/"
edition = "2021"
homepage = "https://torrust.com/"
keywords = ["clock", "library", "torrents"]
license = "AGPL-3.0-only"
name = "torrust-tracker-clock"
publish = true
readme = "README.md"
repository = "https://github.com/torrust/torrust-tracker"
rust-version = "1.72"
version = "3.0.0"
[[test]]
name = "integration"
path = "tests/integration.rs"