[package] name = "w3w-cli" version = "0.1.1" description = "CLI that provided access to what3words public API" readme = "../../README.md" repository = "https://github.com/Br1ght0ne/w3w-rs/" authors = ["Oleksii Filonenko "] edition = "2018" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0" serde = "1.0" serde_json = "1.0" structopt = "0.3" strum = { version = "0.20.0", features = ["derive"] } tracing = "0.1" tracing-subscriber = { version = "0.2", features = ["json"] } w3w-api = "0.1" [[bin]] name = "w3w" path = "src/main.rs"