# 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 = "fuga-remo-api" version = "0.1.2" authors = ["Kenta IDA "] description = "Unofficial Remo Cloud API parser" readme = "README.md" keywords = [ "json", "no-std", ] categories = [ "parser-implementations", "no-std", ] license = "MIT" repository = "https://github.com/ciniml/remo-api" resolver = "2" [[example]] name = "parse_json_devices" required-features = ["std"] [[example]] name = "parse_devices" required-features = ["std"] [[example]] name = "parse_appliances" required-features = ["std"] [dependencies.bbqueue] version = "0.5.1" [dependencies.chrono] version = "0.4.22" default-features = false [dependencies.embedded-io] version = "0.3.0" [dependencies.fuga-json-seq-parser] version = "0.2.0" [dependencies.heapless] version = "0.7.16" [dependencies.hex] version = "0.4.3" default-features = false [dependencies.nom] version = "7.1.1" default-features = false [dependencies.uuid] version = "1.2.1" default-features = false [features] default = [] std = [ "embedded-io/std", "fuga-json-seq-parser/std", ]