[package] name = "unftp-sbe-gcs" description = "A storage back-end for libunftp, storing files in Google Cloud Storage (GCS)" version = "0.2.6" authors = [ "Agoston Horvath ", "Dávid Kosztka ", "Hannes de Jager ", "Rob klein Gunnewiek ", ] edition = "2021" license = "Apache-2.0" keywords = ["libunftp", "unftp", "ftp", "ftps", "gcs"] categories = ["network-programming"] documentation = "https://docs.rs/unftp-sbe-gcs" homepage = "https://github.com/bolcom/libunftp/tree/master/crates/unftp-sbe-gcs" repository = "https://github.com/bolcom/libunftp/tree/master/crates/unftp-sbe-gcs" readme = "README.md" [dependencies] async-trait = "0.1.80" base64 = "0.21.7" bytes = "1.6.0" chrono = { version = "0.4.38", default-features = false, features = ["std", "serde"] } futures = { version = "0.3.30", default-features = false, features = ["std"] } hyper = { version = "0.14.28", features = ["client", "runtime", "stream", "http1"] } hyper-rustls = "0.24.2" libunftp = { version = "0.20.0", path = "../../" } mime = "0.3.17" percent-encoding = "2.3.1" serde = { version = "1.0.202", features = ["derive"] } serde_json = "1.0.117" time = "0.3.36" tokio = { version = "1.37.0", features = ["rt", "net", "sync", "io-util", "time", "fs"] } tokio-stream = "0.1.15" tokio-util = { version = "0.7.11", features = ["codec", "compat"] } tracing = { version = "0.1.40", default-features = false } tracing-attributes = "0.1.27" yup-oauth2 = "8.3.2" [dev-dependencies] async_ftp = "6.0.0" clap = { version = "3.2.25", features = ["env"] } lazy_static = "1.4.0" more-asserts = "0.3.1" path_abs = "0.5.1" pretty_assertions = "1.4.0" pretty_env_logger = "0.5.0" slog = { version = "2.7.0", features = ["max_level_trace", "release_max_level_info"] } slog-async = "2.8.0" slog-stdlog = "4.1.1" slog-term = "2.9.1" tempfile = "3.10.1" tokio = { version = "1.37.0", features = ["macros", "rt-multi-thread"] } tracing-subscriber = "0.3.18"