# 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 = "gitweb-release-downloader" version = "1.1.1" build = false exclude = ["scripts/*"] autobins = false autoexamples = false autotests = false autobenches = false description = "Allows you to download release assets from GitHub and Gitea (thus Forgejo is supported, too) and GitLab." readme = "README.md" keywords = [ "git", "github", "forgejo", "download", "releases", ] categories = ["command-line-utilities"] license = "GPL-3.0-only" repository = "https://github.com/cm-auto/gitweb-release-downloader" [profile.release] opt-level = "z" lto = true codegen-units = 1 strip = true [[bin]] name = "grd" path = "src/main.rs" [[test]] name = "cli" path = "tests/cli.rs" [dependencies.clap] version = "4.5.9" features = ["derive"] [dependencies.indicatif] version = "0.17.3" [dependencies.regex] version = "1.7.1" [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.serde_json] version = "1.0.93" [dependencies.ureq] version = "2.6.2" [dev-dependencies.assert_cmd] version = "2.0.10" [dev-dependencies.predicates] version = "3.0.2"