ntpsec-rs-query 0.2.21

NTP query client — forensic Rust reconstruction of ntpq
# 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"
name = "ntpsec-rs-query"
version = "0.2.21"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "NTP query client — forensic Rust reconstruction of ntpq"
readme = false
license = "MIT OR Apache-2.0"

[[bin]]
name = "ntpq-rs"
path = "src/main.rs"

[[test]]
name = "smoke"
path = "tests/smoke.rs"

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.ntpsec-rs-core]
version = "0.2.13"

[dependencies.tracing]
version = "0.1"