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