# 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 = "2021" name = "senml-deser" version = "0.2.1" authors = ["Fraunhofer IML Embedded Rust Group "] description = "Library for serialization and deserialization using SenML specifications" readme = "README.md" keywords = [ "SenML", "CBOR", "no_std", ] categories = [ "embedded", "no-std", ] license = "OLFL-1.3" repository = "https://git.openlogisticsfoundation.org/silicon-economy/libraries/serum/senml-deser" [dependencies.heapless] version = "0.7" [dependencies.serde] version = "1.0" features = ["derive"] default-features = false [dependencies.serde_cbor] version = "0.11.2" default-features = false [dev-dependencies.rand] version = "0.8.5" features = ["small_rng"] [dev-dependencies.rand_chacha] version = "0.3.1"