# 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 = "cached-store-gcs" version = "0.1.1" authors = ["jangjunha "] description = "GCS store implementation for cached" documentation = "https://docs.rs/cached-store-gcs" readme = "README.md" license = "MIT" repository = "https://github.com/jangjunha/cached-store-gcs" [dependencies.async-trait] version = "0.1.74" [dependencies.cached] version = "0.46.0" features = ["async"] [dependencies.chrono] version = "0.4.31" features = ["serde"] [dependencies.google-cloud-storage] version = "0.14.0" features = ["auth"] default-features = false [dependencies.http] version = "0.2.9" [dependencies.serde] version = "1.0.190" [dependencies.serde_json] version = "1.0.108" [dependencies.thiserror] version = "1.0.50" [dependencies.tokio] version = "1.33.0" features = [ "macros", "sync", ] [features] default = ["default-tls"] default-tls = ["google-cloud-storage/default-tls"] rustls-tls = ["google-cloud-storage/rustls-tls"]