# 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 = "bytebeam-esp-rs" version = "0.1.0" authors = ["swanandx "] description = "SDK for connecting ESP boards with Bytebeam IoT platform" readme = "README.md" keywords = [ "embedded", "esp-idf", "esp32", "bytebeam", "IoT", ] categories = ["embedded"] license = "MIT" repository = "https://github.com/bytebeamio/bytebeam-esp-rs-sdk/" [profile.release] opt-level = "z" lto = true codegen-units = 1 strip = true [dependencies.anyhow] version = "1.0.68" [dependencies.embedded-svc] version = "0.24.0" [dependencies.esp-idf-hal] version = "0.40.1" [dependencies.esp-idf-svc] version = "0.45.0" [dependencies.esp-idf-sys] version = "0.32.1" [dependencies.log] version = "0.4.17" [dependencies.serde] version = "1.0" features = ["derive"] default-features = false [dependencies.serde_json] version = "1.0" features = ["alloc"] default-features = false [dependencies.static_cell] version = "1.0.0" [dev-dependencies.esp-idf-hal] version = "0.40.1" [dev-dependencies.esp-idf-sys] version = "0.32.1" features = ["binstart"] [dev-dependencies.toml-cfg] version = "0.1.3" [build-dependencies.embuild] version = "0.31"