[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"