[package] name = "iot_localproxy_rs" version = "0.1.0-alpha.1" edition = "2021" authors = [ "Harold Sun ", ] description = "Rust binding for AWS IoT Secure Tunneling Local Proxy" keywords = ["AWS", "IoT", "Secure_Tunnel"] license = "Apache-2.0" homepage = "https://github.com/aws-samples/aws-lambda-debugging-kit/tree/main/iot_localproxy_rs" repository = "https://github.com/aws-samples/aws-lambda-debugging-kit/tree/main/iot_localproxy_rs" documentation = "https://docs.rs/iot_localproxy_rs" readme = "README.md" exclude = ["examples"] [lib] name = "iot_localproxy_rs" path = "src/rust/lib.rs" [dependencies] tokio = { version = "1.40", features = ["rt", "sync", "rt-multi-thread"] } thiserror = "^1.0" [build-dependencies] cmake = "0.1" bindgen = { version = "0.70", default-features=false, features = ["logging", "prettyplease", "static"] }