[package]
edition = "2024"
rust-version = "1.95"
name = "rusty_time-ctl"
version = "0.1.5"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "rtimec, the control client for the rusty_time daemon: sources, tracking, client table and NTS key state over a local control socket. The chronyc analog."
homepage = "https://www.mata.network/"
documentation = "https://docs.rs/rusty_time-ctl"
readme = "README.md"
keywords = [
"ntp",
"chrony",
"cli",
"timesync",
"chronyc",
]
categories = [
"command-line-utilities",
"date-and-time",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/remade-with-rust/rusty_time"
resolver = "2"
[lib]
name = "rusty_time_ctl"
path = "src/lib.rs"
[[bin]]
name = "rtimec"
path = "src/main.rs"
[dependencies.rusty_time-alloc]
version = "0.1.5"
[dependencies.rusty_time-api]
version = "0.1.5"
[dependencies.rusty_time-clock]
version = "0.1.5"
[dependencies.serde_json]
version = "1"
[lints.rust]
unsafe_code = "deny"