# 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 = "2018" name = "zstd-seekable-s3" version = "0.8.0" authors = ["Mateusz Kowalczyk "] description = "Seekable zstd-compressed S3 objects." homepage = "https://github.com/Fuuzetsu/zstd-seekable-s3" license = "BSD-3-Clause" repository = "https://github.com/Fuuzetsu/zstd-seekable-s3" [dependencies.bytes] version = "1.0" [dependencies.futures] version = "0.3" [dependencies.parking_lot] version = "0.11" [dependencies.pin-project-lite] version = "0.2" [dependencies.rusoto_core] version = "0.48" default-features = false [dependencies.rusoto_s3] version = "0.48" default-features = false [dependencies.tokio] version = "1.18.2" [dependencies.zstd-seekable] version = "0.1.7" [dev-dependencies.env_logger] version = "0.8" [dev-dependencies.rusoto_credential] version = "0.48" [dev-dependencies.rusoto_sts] version = "0.48" default-features = false [dev-dependencies.structopt] version = "0.3" [dev-dependencies.tempfile] version = "3.2" [dev-dependencies.tokio] version = "1.18.2" features = ["fs"] [features] default = [ "rusoto_core/default", "rusoto_s3/default", ] rustls = [ "rusoto_core/rustls", "rusoto_s3/rustls", ]