# 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] edition = "2018" name = "twilio-agnostic" version = "1.0.0" authors = ["Neil LoBracco ", "Lance Carlson ", "Jacob Mischka "] description = "Async runtime-agnostic rust bindings for the Twilio API" readme = "README.md" keywords = ["twilio", "rust"] license = "MIT" repository = "https://github.com/jacobmischka/twilio-agnostic" [dependencies.base64] version = "0.12" [dependencies.http] version = "0.2.4" [dependencies.isahc] version = "1.4.0" features = ["json"] [dependencies.mime] version = "0.3" [dependencies.rust-crypto] version = "0.2" [dependencies.serde] version = "1.0.10" features = ["derive"] [dependencies.serde_json] version = "1.0.2" [dependencies.url] version = "2.0" [dev-dependencies.dotenv] version = "0.15" [dev-dependencies.hyper] version = "0.14.9" features = ["full"] [dev-dependencies.tokio] version = "1.0" features = ["macros", "rt", "rt-multi-thread", "test-util"] [features] default = ["voice", "sms", "webhook"] sms = [] voice = [] webhook = []