[dependencies.bincode]
default-features = false
features = ["derive", "alloc"]
package = "cu-bincode"
version = "2.0"
[dependencies.portable-atomic]
default-features = false
features = ["fallback"]
version = "1.11"
[dependencies.serde]
default-features = false
features = ["derive", "alloc"]
version = "1.0"
[dev-dependencies.approx]
version = "0.5"
[features]
default = ["std"]
std = ["portable-atomic/std", "portable-atomic/require-cas"]
[lib]
name = "cu29_clock"
path = "src/lib.rs"
[package]
authors = ["Guillaume Binet <gbin@gootz.net>"]
autobenches = false
autobins = false
autoexamples = false
autolib = 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 = "2024"
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"
resolver = "2"
version = "0.12.0"
[target.'cfg(all(target_arch = "arm", target_os = "none"))'.dependencies.cortex-m]
features = ["critical-section"]
version = "0.7"