# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "twilio_rust" version = "0.1.0" authors = ["Ameya Lokare "] description = "An async client library for Twilio based on hyper" homepage = "https://github.com/juggernaut/twilio_rust" documentation = "https://github.com/juggernaut/twilio_rust" readme = "README.md" keywords = ["twilio", "async"] categories = ["development-tools", "api-bindings"] license = "Apache-2.0" repository = "https://github.com/juggernaut/twilio_rust" [dependencies.serde_derive] version = "1.0" [dependencies.tokio-core] version = "0.1" [dependencies.futures] version = "0.1" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.url] version = "1.5.1" [dependencies.hyper-tls] version = "0.1.2" [dependencies.serde_json] version = "1.0" [dependencies.serde] version = "1.0" [dependencies.hyper] version = "0.11"