# 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 = "alpakr-cli" version = "0.2.3" authors = ["Michael Bøcker-Larsen "] description = "Alpakr CLI 🦙 a package lookup tool for: crates, npm, pypi, and more." readme = "README.md" keywords = [ "cli", "search", "package", ] categories = ["command-line-utilities"] license = "MIT" resolver = "2" [[bin]] name = "alpakr" path = "src/main.rs" [dependencies.base64] version = "0.13.0" [dependencies.clap] version = "3.1.6" features = ["derive"] [dependencies.console] version = "0.15.0" [dependencies.reqwest] version = "0.11.10" features = [ "blocking", "json", "rustls-tls", ] default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.tokio] version = "1.17.0" features = ["full"]