ntp-udp 1.1.2

ntpd-rs networking and timestamping layer
Documentation
[dependencies.libc]
version = "0.2.145"

[dependencies.ntp-proto]
features = ["__internal-api"]
version = "1.1.2"

[dependencies.serde]
features = ["derive"]
version = "1.0.145"

[dependencies.tokio]
features = ["net", "time"]
version = "1.32"

[dependencies.tracing]
version = "0.1.21"
[dev-dependencies.tokio]
features = ["net", "time", "test-util"]
version = "1.32"

[package]
description = "ntpd-rs networking and timestamping layer"
edition = "2021"
homepage = "https://github.com/pendulum-project/ntpd-rs"
license = "Apache-2.0 OR MIT"
name = "ntp-udp"
publish = true
readme = "README.md"
repository = "https://github.com/pendulum-project/ntpd-rs"
rust-version = "1.67"
version = "1.1.2"