# 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" rust-version = "1.60" name = "ruuvi-sensor-protocol" version = "0.6.1" authors = [ "Atte Lautanala ", "Henrik Lievonen ", ] description = "Ruuvi sensor protocol parser implementation" readme = "README.md" keywords = [ "ruuvi", "ruuvitag", ] categories = [ "parser-implementations", "no-std", ] license = "MIT" repository = "https://github.com/lautat/ruuvi-sensor-protocol-rs" resolver = "2" [package.metadata.docs.rs] all-features = true [dependencies.hex] version = "0.4.3" features = ["alloc"] optional = true default-features = false [dependencies.serde] version = "1.0.144" features = [ "alloc", "derive", ] optional = true default-features = false [dependencies.serde_json] version = "1.0.85" features = ["alloc"] optional = true default-features = false [features] default = ["std"] gateway = [ "hex", "serde", "serde_json", ] std = ["serde_json?/std"] [badges.maintenance] status = "passively-maintained"