# 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 = "rsiot-esp" version = "0.0.31" description = "Чтение входов GPIO микроконтроллера ESP." readme = "README.md" license = "MIT OR Apache-2.0" [profile.dev] opt-level = "z" debug = 2 [profile.release] opt-level = "s" [dependencies.embedded-svc] version = "0.26.4" [dependencies.esp-idf-svc] version = "0.47.3" features = ["std"] [dependencies.postcard] version = "1" features = ["use-std"] [dependencies.rsiot-component-core] version = "0.0.31" [dependencies.rsiot-messages-core] version = "0.0.30" [dependencies.serde] version = "1.0.194" [dependencies.thiserror] version = "1.0.56" [dependencies.tokio] version = "1.35.1" [dependencies.tracing] version = "0.1.40" [build-dependencies.embuild] version = "0.31.3"