[dependencies.bincode]
features = ["derive"]
version = "2.0.0-rc.3"
[dependencies.quanta]
version = "0.12.3"
[dependencies.serde]
features = ["derive"]
version = "1.0.204"
[dev-dependencies.approx]
version = "0.5.1"
[lib]
name = "cu29_clock"
path = "src/lib.rs"
[package]
authors = ["Guillaume Binet <gbin@gootz.net>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["science::robotics"]
description = "Copper Robot Clock implementation. It is a monotonic high precision clock for real time applications. It has a mock feature for testing time dependent behaviors. It is part of the Copper project but can be used independently."
documentation = "https://docs.rs/cu29-clock"
edition = "2021"
homepage = "https://github.com/copper-project"
keywords = ["robotics", "middleware", "copper", "real-time"]
license = "Apache-2.0"
name = "cu29-clock"
readme = "README.md"
repository = "https://github.com/copper-project/copper-rs"
version = "0.2.2"