ntpsec-rs-trace 0.3.21

NTP trace tool — forensic Rust reconstruction of ntptrace
# 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-trace"
version = "0.3.21"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "NTP trace tool — forensic Rust reconstruction of ntptrace"
homepage = "https://github.com/infinityabundance/ntpsec-rs"
documentation = "https://docs.rs/ntpsec-rs-trace"
readme = "README.md"
keywords = [
    "ntp",
    "ntpsec",
    "time",
    "synchronization",
    "time-protocol",
]
categories = [
    "command-line-utilities",
    "network-programming",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/infinityabundance/ntpsec-rs"

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

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

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