[package] name = "twilio_rust" version = "0.1.0" authors = ["Ameya Lokare "] description = "An async client library for Twilio based on hyper" readme = "README.md" keywords = ["twilio", "async"] categories = ["development-tools", "api-bindings"] license = "Apache-2.0" documentation = "https://github.com/juggernaut/twilio_rust" homepage = "https://github.com/juggernaut/twilio_rust" repository = "https://github.com/juggernaut/twilio_rust" [dependencies] hyper = "0.11" hyper-tls = "0.1.2" futures = "0.1" tokio-core = "0.1" serde = "1.0" serde_json = "1.0" serde_derive = "1.0" chrono = { version = "0.4", features = ["serde"] } url = "1.5.1"