# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.74.1" name = "twilly" version = "0.2.1" authors = ["Tristan Blackwell"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A implementation of the Twilio API in Rust built upon Reqwest and Serde" homepage = "https://github.com/TristanBlackwell/twilly" documentation = "https://docs.rs/twilly" readme = "README.md" keywords = [ "twilly", "twilio", "rust", "api", "reqwest", ] license = "MIT" repository = "https://github.com/TristanBlackwell/twilly" [lib] name = "twilly" path = "src/lib.rs" [dependencies.chrono] version = "0.4.31" [dependencies.openssl] version = "0.10" features = ["vendored"] [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.serde] version = "1.0.193" features = ["derive"] [dependencies.serde_json] version = "1.0.2" [dependencies.serde_with] version = "3.6.0" [dependencies.strum] version = "0.26.1" [dependencies.strum_macros] version = "0.26.1" [dependencies.tokio] version = "1.37.0"