alpakr-cli 0.2.3

Alpakr CLI 🦙 a package lookup tool for: crates, npm, pypi, and more.
[package]
name = "alpakr-cli"
version = "0.2.3"
edition = "2021"
authors = [ "Michael Bøcker-Larsen <mbl@code.boutique>" ]
license = "MIT"
description = "Alpakr CLI 🦙 a package lookup tool for: crates, npm, pypi, and more."
readme = "README.md"
keywords = ["cli", "search", "package"]
categories = ["command-line-utilities"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
clap = { version = "3.1.6", features = ["derive"] }
console = "0.15.0"
base64 = "0.13.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1"
tokio = { version = "1.17.0", features = ["full"] }
reqwest = { version = "0.11.10", default-features = false, features = ["blocking", "json", "rustls-tls"] }

[[bin]]
name = "alpakr"
path = "src/main.rs"