# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "artc" version = "0.1.1" authors = ["sisbell "] description = "A program for downloading artifacts and verifying the sha hashes and pgp signatures" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/sisbell/artc" [profile.release] lto = true [dependencies.clap] version = "2.32.0" [dependencies.cstr-argument] version = "0.1.0" [dependencies.digest] version = "0.7" features = ["std"] [dependencies.flate2] version = "1.0.2" [dependencies.gpgme] version = "0.8.0" [dependencies.reqwest] version = "0.8.8" [dependencies.sha2] version = "0.7" [dependencies.tar] version = "0.4.16"