[package] name = "senml-deser" description = "Library for serialization and deserialization using SenML specifications" version = "0.2.1" repository = "https://git.openlogisticsfoundation.org/silicon-economy/libraries/serum/senml-deser" edition = "2021" authors = [ "Fraunhofer IML Embedded Rust Group " ] license = "OLFL-1.3" keywords = ["SenML", "CBOR", "no_std"] categories = ["embedded", "no-std"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] serde = { version = "1.0", default-features = false, features = ["derive"]} serde_cbor = {version = "0.11.2", default-features = false} heapless = "0.7" [dev-dependencies] rand = {version= '0.8.5', features = ["small_rng"] } rand_chacha = "0.3.1"