# 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" rust-version = "1.70.0" name = "gsutil" version = "0.2.2" authors = [ "Embark ", "Jake Shadle ", ] description = "Incomplete replacement for the official gsutil" homepage = "https://github.com/EmbarkStudios/gsutil" documentation = "https://docs.rs/gsutil" readme = "README.md" keywords = [ "gcs", "ci", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/EmbarkStudios/gsutil" [dependencies.anyhow] version = "1.0" [dependencies.bytes] version = "1.0" [dependencies.clap] version = "4.0" features = [ "derive", "env", ] [dependencies.futures-util] version = "0.3" default-features = false [dependencies.nu-ansi-term] version = "0.50" [dependencies.number_prefix] version = "0.4" [dependencies.reqwest] version = "0.12" features = [ "rustls-tls", "stream", ] default-features = false [dependencies.serde_json] version = "1.0" [dependencies.tame-gcs] version = "0.13" features = ["signing"] [dependencies.tame-oauth] version = "0.10" features = ["gcp"] [dependencies.time] version = "0.3" features = [ "formatting", "macros", ] [dependencies.tokio] version = "1.0" features = [ "macros", "rt-multi-thread", ] [dependencies.url] version = "2.2"