# 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.67" name = "ntp-udp" version = "1.1.3" publish = true description = "ntpd-rs networking and timestamping layer" homepage = "https://github.com/pendulum-project/ntpd-rs" readme = "README.md" license = "Apache-2.0 OR MIT" repository = "https://github.com/pendulum-project/ntpd-rs" [dependencies.libc] version = "0.2.145" [dependencies.ntp-proto] version = "1.1.3" features = ["__internal-api"] [dependencies.serde] version = "1.0.145" features = ["derive"] [dependencies.tokio] version = "1.32" features = [ "net", "time", ] [dependencies.tracing] version = "0.1.21" [dev-dependencies.tokio] version = "1.32" features = [ "net", "time", "test-util", ]