[package] name = "azure-iot-rs" description = "Rust wrappers for Azure IOT C SDK" version = "0.4.0" authors = ["Prakash "] edition = "2021" repository = "https://github.com/duggaraju/azure-iot-rs" license = "MIT" keywords = [ "azure", "iot", "edge", "device" , "SDK" ] categories = ["api-bindings"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] azure-iot-rs-sys = "^0.1.8" log="0.4.18" serde_json = "1.0.96" [build-dependencies]