rtime-refclock 0.14.0

Reference clock drivers (GPS/NMEA, PPS pulse-per-second) for the rTime NTP/PTP time synchronization 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-refclock"
version = "0.14.0"
authors = ["Zeros And Ones LLC"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Reference clock drivers (GPS/NMEA, PPS pulse-per-second) for the rTime NTP/PTP time synchronization daemon"
homepage = "https://github.com/ZerosAndOnesLLC/rTime"
documentation = "https://docs.rs/rtime-refclock"
readme = "README.md"
keywords = [
    "gps",
    "pps",
    "refclock",
    "time",
    "ntp",
]
categories = [
    "hardware-support",
    "date-and-time",
]
license = "MIT"
repository = "https://github.com/ZerosAndOnesLLC/rTime"
resolver = "2"

[features]
default = []
gps = []
pps = []

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

[dependencies.libc]
version = "0.2"

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

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "net",
    "time",
    "sync",
    "signal",
    "macros",
]

[dependencies.tracing]
version = "0.1"