# 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 = "spotflow" version = "0.7.0" description = "Device SDK for Spotflow IoT Platform" homepage = "https://docs.spotflow.io/device-sdk/rust/" readme = "README-CRATE.md" keywords = [ "spotflow", "iot", "device", "sdk", ] license = "MIT" resolver = "1" [dependencies.anyhow] version = "1.0.56" [dependencies.async-trait] version = "0.1.61" [dependencies.brotli] version = "3.3.4" [dependencies.chrono] version = "0.4.19" features = ["serde"] [dependencies.http] version = "0.2.6" [dependencies.json-patch] version = "0.2.6" [dependencies.log] version = "0.4.16" [dependencies.native-tls] version = "0.2.8" [dependencies.openssl] version = "0.10.29" optional = true [dependencies.rumqttc] version = "0.12.0" features = ["use-native-tls"] default-features = false package = "spotflow-rumqttc-fork" [dependencies.serde] version = "1.0.136" features = ["derive"] [dependencies.serde_json] version = "1.0.79" [dependencies.sqlx] version = "0.6.2" features = [ "sqlite", "chrono", "macros", "runtime-tokio-native-tls", "offline", ] [dependencies.thiserror] version = "1.0.30" [dependencies.tokio] version = "1.17.0" features = [ "rt", "sync", "macros", ] [dependencies.tokio-util] version = "0.7.1" [dependencies.ureq] version = "2.4.0" features = [ "json", "native-tls", ] default-features = false [dependencies.urlencoding] version = "2.1.0" [dependencies.uuid] version = "1.0.0" features = ["v4"] [dev-dependencies.azure_core] version = "0.1.1" [dev-dependencies.azure_identity] version = "0.1.1" [dev-dependencies.azure_storage] version = "0.1.0" [dev-dependencies.azure_storage_blobs] version = "0.1.0" [dev-dependencies.env_logger] version = "0.9.0" [dev-dependencies.native-tls] version = "0.2.8" [dev-dependencies.oauth2] version = "4.1.0" [dev-dependencies.serde_json] version = "1.0.79" [dev-dependencies.ureq] version = "2.4.0" features = [ "json", "native-tls", ] default-features = false [dev-dependencies.uuid] version = "1.0.0" features = ["v4"] [build-dependencies.sqlx] version = "0.6.2" features = [ "sqlite", "runtime-tokio-native-tls", ] [build-dependencies.tokio] version = "1.17.0" features = ["rt"] [features] openssl-vendored = ["openssl/vendored"]