[[bin]]
name = "grd"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0.100"
[dependencies.clap]
features = ["derive"]
version = "4.5.54"
[dependencies.flate2]
version = "1.1.8"
[dependencies.serde]
features = ["derive"]
version = "1.0.228"
[dependencies.tar]
version = "0.4.44"
[dependencies.tempfile]
version = "3.24"
[dependencies.ureq]
features = ["rustls", "json"]
version = "3.1.4"
[dependencies.zip]
version = "7.1.0"
[package]
authors = ["杜世橋 Du Shiqiao <lucidfrontier.45@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "development-tools"]
description = "A command-line tool to download and install binaries from GitHub releases."
edition = "2024"
homepage = "https://github.com/lucidfrontier45/grd"
keywords = ["cli", "github", "downloader", "releases", "binary"]
license = "MIT"
name = "grd"
readme = "README.md"
repository = "https://github.com/lucidfrontier45/grd"
version = "0.2.2"
[profile.release]
codegen-units = 1
lto = true
opt-level = "s"
strip = "symbols"