rusty_time-ctl 0.1.3

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.
Documentation
# 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 = "2024"
rust-version = "1.95"
name = "rusty_time-ctl"
version = "0.1.3"
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.3"

[dependencies.rusty_time-api]
version = "0.1.3"

[dependencies.rusty_time-clock]
version = "0.1.3"

[dependencies.serde_json]
version = "1"

[lints.rust]
unsafe_code = "deny"