[package] name = "ntp-ctl" description = "ntpd-rs control interface client" readme = "README.md" version.workspace = true edition.workspace = true license.workspace = true repository.workspace = true homepage.workspace = true publish.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] ntp-proto.workspace = true ntp-daemon.workspace = true ntp-metrics-exporter.workspace = true tokio.workspace = true tracing.workspace = true tracing-subscriber.workspace = true clap.workspace = true serde.workspace = true serde_json.workspace = true prometheus-client.workspace = true