# 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 = "gcs-reader" version = "0.1.5" exclude = [ "tests/*", "rustfmt.toml", ".gitignore", ] description = "Read + Seek for Google Cloud Storage" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/leifu1128/gcs-reader" [dependencies.bytes] version = "1.5.0" [dependencies.color-eyre] version = "0.6.2" [dependencies.gcp_auth] version = "0.9.0" [dependencies.reqwest] version = "0.11.20" features = [ "json", "serde_json", "blocking", ] [dependencies.serde_json] version = "1.0.107" [dependencies.thiserror] version = "1.0.48" [dependencies.tokio] version = "1.32.0" [dev-dependencies.dotenv] version = "0.15.0" [target."cfg(target_os = \"linux\")".dependencies.openssl] version = "0.10.57" features = ["vendored"]