[package]
name = "rusty_time-core"
description = "Portable NTPv4 protocol and clock-discipline algorithms: packet codec, regression sample filter, falseticker selection, rate limiting and interleaved mode. No I/O, no OS clock, deny(unsafe). The engine inside the rusty_time NTP/NTS daemon."
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
rust-version.workspace = true
homepage.workspace = true
documentation = "https://docs.rs/rusty_time-core"
readme = "README.md"
keywords = ["ntp", "nts", "time", "clock", "sntp"]
categories = ["date-and-time", "network-programming", "no-std"]
[dependencies]
[[bench]]
name = "hot_path"
harness = false
[[bench]]
name = "mru_report"
harness = false
[[bench]]
name = "client_path"
harness = false
[lints]
workspace = true