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