rtime-clock 0.14.0

System clock interfaces (adjtime/adjtimex slew and step, PTP hardware clock) for the rTime NTP/PTP daemon
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.88"
name = "rtime-clock"
version = "0.14.0"
authors = ["Zeros And Ones LLC"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "System clock interfaces (adjtime/adjtimex slew and step, PTP hardware clock) for the rTime NTP/PTP daemon"
homepage = "https://github.com/ZerosAndOnesLLC/rTime"
documentation = "https://docs.rs/rtime-clock"
readme = "README.md"
keywords = [
    "clock",
    "adjtime",
    "adjtimex",
    "time",
    "ntp",
]
categories = [
    "os::unix-apis",
    "date-and-time",
]
license = "MIT"
repository = "https://github.com/ZerosAndOnesLLC/rTime"
resolver = "2"

[lib]
name = "rtime_clock"
path = "src/lib.rs"

[dependencies.libc]
version = "0.2"

[dependencies.nix]
version = "0.31"
features = [
    "time",
    "net",
    "ioctl",
    "fs",
    "process",
]

[dependencies.rtime-core]
version = "0.14.0"

[dependencies.thiserror]
version = "2"