twlu 0.1.1

Small CLI tool to query the Twilio Lookup API V2 for a phone number
[[bin]]
name = "twlu"
path = "src/main.rs"

[dependencies.clap]
version = "4.4.7"

[dependencies.data-encoding]
version = "2.4.0"

[dependencies.serde]
features = ["derive"]
version = "1.0.190"

[dependencies.ureq]
features = ["json"]
version = "2.8.0"

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "Small CLI tool to query the Twilio Lookup API V2 for a phone number"
edition = "2021"
keywords = ["twilio", "cnam"]
license = "MIT"
name = "twlu"
readme = "README.md"
repository = "https://github.com/petergs/twlu"
version = "0.1.1"