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