# 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 = "2018" name = "twilio_wasi" version = "1.0.3" authors = [ "Neil LoBracco ", "Lance Carlson ", ] description = "Rust bindings for the Twilio API" readme = "README.md" keywords = [ "twilio", "rust", ] license = "MIT" repository = "https://github.com/flows-network/twilio-rs" [dependencies.base64] version = "0.12" [dependencies.headers] version = "0.3.2" [dependencies.hyper_wasi] version = "0.15" features = ["full"] [dependencies.mime] version = "0.3" [dependencies.serde] version = "1.0.10" features = ["derive"] [dependencies.serde_json] version = "1.0.2" [dependencies.sha1] version = "0.10" [dependencies.url] version = "2.0" [dependencies.wasmedge_hyper_rustls] version = "0.1.0" [dependencies.wasmedge_rustls_api] version = "0.1" features = ["tokio_async"] [dev-dependencies.dotenv] version = "0.15" [dev-dependencies.hyper] version = "0.14" features = ["server"] [dev-dependencies.tokio] version = "1" features = [ "macros", "rt-multi-thread", "test-util", ]