[package]
edition = "2024"
rust-version = "1.88"
name = "rtime-core"
version = "0.14.0"
authors = ["Zeros And Ones LLC"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core types, clock algorithms (Marzullo source selection, PI servo, clock filter), and configuration for the rTime NTP/PTP time synchronization daemon"
homepage = "https://github.com/ZerosAndOnesLLC/rTime"
documentation = "https://docs.rs/rtime-core"
readme = "README.md"
keywords = [
"ntp",
"ptp",
"time",
"clock",
"timekeeping",
]
categories = [
"date-and-time",
"network-programming",
]
license = "MIT"
repository = "https://github.com/ZerosAndOnesLLC/rTime"
resolver = "2"
[lib]
name = "rtime_core"
path = "src/lib.rs"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.thiserror]
version = "2"
[dependencies.tracing]
version = "0.1"