# 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 = "gi-get-artifact" version = "0.1.0" description = "Downloads Gitlab artifacts" homepage = "https://gitlab.com/Kores/gi-get-artifact" documentation = "https://docs.rs/gi-get-artifact/" readme = "README.md" keywords = [ "gitlab", "download-artifact", ] categories = ["api-bindings"] license = "MIT" repository = "https://gitlab.com/Kores/gi-get-artifact" resolver = "2" [dependencies.async-compression] version = "0.3.14" features = ["futures-io"] [dependencies.async-tar] version = "0.4.2" [dependencies.async_zip] version = "0.0.7" [dependencies.clap] version = "3" features = ["derive"] [dependencies.futures] version = "0.3" [dependencies.futures-async-stream] version = "0.2" [dependencies.futures-core] version = "0.3" [dependencies.reqwest] version = "0.11.11" features = ["stream"] [dependencies.tokio] version = "1.19.2" features = ["full"] [dependencies.tokio-util] version = "0.7.3" features = ["compat"]