# 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_cli" version = "0.2.1" authors = ["Tristan Blackwell"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A CLI tool for interacting the Twilio API built upon the twilly crate" homepage = "https://github.com/TristanBlackwell/twilly" documentation = "https://docs.rs/twilly_cli" readme = "README.md" keywords = [ "twilly", "twilio", "rust", "api", "reqwest", ] license = "MIT" repository = "https://github.com/TristanBlackwell/twilly" [lib] name = "twilly_cli" path = "src/lib.rs" [[bin]] name = "twilly_cli" path = "src/main.rs" [dependencies.chrono] version = "0.4.31" [dependencies.confy] version = "0.6.0" [dependencies.inquire] version = "0.6.2" features = ["date"] [dependencies.openssl] version = "0.10" features = ["vendored"] [dependencies.regex] version = "1.10.4" [dependencies.serde_json] version = "1.0.127" [dependencies.strum] version = "0.26.1" [dependencies.strum_macros] version = "0.26.1" [dependencies.tokio] version = "1.37.0" features = [ "macros", "time", ] [dependencies.twilly] version = "0.2.1"