# 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 = "sindit-senml" version = "0.2.0" authors = ["Antoine Pultier "] include = [ "README.md", "src/*.rs", "Cargo.toml", "Cargo.lock", "LICENSE", "tests/*.rs", ] description = "Rust implementation of the SenML RFC8428 proposed standard" documentation = "https://docs.rs/sindit-senml" readme = "README.md" keywords = [ "iot", "senml", "rfc8428", "json", "sensor", ] license = "Apache-2.0" repository = "https://github.com/SINTEF/sindit-senml/" [dependencies.base64] version = "0.21" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.once_cell] version = "1.18" [dependencies.regex] version = "1.5" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.struson] version = "0.3" features = ["serde"] optional = true [dependencies.thiserror] version = "1.0" [dev-dependencies.lazy_static] version = "1.4" [features] default = ["float_roundtrip"] float_roundtrip = ["serde_json/float_roundtrip"] stream = []