# 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 = "gird" version = "0.2.0" description = "A command line tool and library for downloading release artifacts" homepage = "https://git.sr.ht/~djarb/gird" readme = "README.md" license = "MIT" repository = "https://git.sr.ht/~djarb/gird" [dependencies.clap] version = "4.5.3" features = ["derive"] [dependencies.regex] version = "1.10.3" [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_json] version = "1.0.115" [dependencies.thiserror] version = "1.0.58" [dependencies.ureq] version = "2.9.6"