# 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.70" name = "ntp-proto" version = "1.3.0" build = false publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "ntpd-rs packet parsing and algorithms" 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" [lib] name = "ntp_proto" path = "src/lib.rs" [dependencies.aead] version = "0.5.0" [dependencies.aes-siv] version = "0.7.0" [dependencies.arbitrary] version = "1.0" optional = true [dependencies.md-5] version = "0.10.0" [dependencies.rand] version = "0.8.0" [dependencies.rustls] version = "0.23.0" features = [ "ring", "logging", "std", "tls12", ] default-features = false [dependencies.serde] version = "1.0.145" features = ["derive"] [dependencies.tracing] version = "0.1.37" [dependencies.zeroize] version = "1.7" [dev-dependencies.rustls-pemfile] version = "2.0" [dev-dependencies.serde_test] version = "1.0.176" [features] __internal-api = [] __internal-fuzz = [ "arbitrary", "__internal-api", ] __internal-test = ["__internal-api"] default = [] ntpv5 = [] nts-pool = []