[dependencies.bincode]
features = ["derive"]
version = "2.0.0-rc.3"
[dependencies.cu29-clock]
version = "0.2.2"
[dependencies.ordered-float]
version = "4.2.1"
[dependencies.serde]
features = ["derive"]
version = "1.0.204"
[dev-dependencies.serde_derive]
version = "1.0.204"
[lib]
name = "cu29_value"
path = "src/lib.rs"
[package]
authors = ["arcnmx", "gbin"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "This is a fork of Value with custom types added for Copper like the time and units."
documentation = "https://docs.rs/cu29-value"
edition = "2021"
homepage = "https://github.com/copper-project"
keywords = ["serde"]
license = "MIT"
name = "cu29-value"
readme = "README.md"
repository = "https://github.com/copper-project/copper-rs"
version = "0.2.2"