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