# 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.80" name = "rainmaker-components" version = "0.1.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Component abstractions for rainmaker" documentation = "https://docs.rs/rainmaker-components" readme = "cio.md" keywords = [ "iot", "linux", "esp", ] categories = [ "embedded", "hardware-support", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/rainmaker-rs/rainmaker" [lib] name = "rainmaker_components" path = "src/lib.rs" [dependencies.aes] version = "0.8.4" [dependencies.anyhow] version = "1.0.79" default-features = false [dependencies.ctr] version = "0.9.2" [dependencies.ed25519-compact] version = "2.1.1" features = [ "random", "x25519", ] default-features = false [dependencies.log] version = "0.4.20" default-features = false [dependencies.quick-protobuf] version = "0.8.1" [dependencies.rand] version = "0.8.5" features = [ "std", "std_rng", ] default-features = false [dependencies.serde_json] version = "1.0.132" default-features = false [dependencies.sha2] version = "0.10.8" [dependencies.uuid] version = "1.10.0" [target.'cfg(target_os="espidf")'.dependencies.embedded-svc] version = "0.28.0" default-features = false [target.'cfg(target_os="espidf")'.dependencies.esp-idf-svc] version = "0.49.1" features = ["alloc"] default-features = false [target.'cfg(target_os="espidf")'.dependencies.esp32-nimble] version = "0.8.0" [target.'cfg(target_os="espidf")'.dependencies.heapless] version = "0.8.0" [target.'cfg(target_os="linux")'.dependencies.bluer] version = "0.17.3" features = [ "bluetoothd", "id", ] [target.'cfg(target_os="linux")'.dependencies.pickledb] version = "0.5.1" [target.'cfg(target_os="linux")'.dependencies.rumqttc] version = "0.23.0" [target.'cfg(target_os="linux")'.dependencies.tiny_http] version = "0.12.0" default-features = false [target.'cfg(target_os="linux")'.dependencies.tokio] version = "1.40.0" features = ["rt-multi-thread"]