# 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" name = "twlu" version = "0.1.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Small CLI tool to query the Twilio Lookup API V2 for a phone number" readme = "README.md" keywords = [ "twilio", "cnam", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/petergs/twlu" [[bin]] name = "twlu" path = "src/main.rs" [dependencies.clap] version = "4.4.7" [dependencies.data-encoding] version = "2.4.0" [dependencies.serde] version = "1.0.190" features = ["derive"] [dependencies.ureq] version = "2.8.0" features = ["json"]