# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "surf_bucket_select" version = "0.2.2" authors = ["Jean-Marc Fiaschi "] include = ["src/*", "LICENCE-APACHE", "LICENCE-MIT", "README.md"] description = "Read documents stored in a bucket with surf client without dowload the full document in memory." readme = "README.md" keywords = ["bucket", "s3", "select", "surf"] license = "MIT OR Apache-2.0" repository = "https://github.com/jmfiaschi/surf-bucket-select" [dependencies.async-std] version = "1" features = ["attributes"] default-features = false [dependencies.async-trait] version = "0.1" [dependencies.crc32fast] version = "1.2" [dependencies.log] version = "0.4" [dependencies.rusoto_core] version = "0.47" [dependencies.rusoto_s3] version = "0.47" [dependencies.serde] version = "1.0" features = ["derive"] default-features = false [dependencies.surf] version = "2.3" features = ["middleware-logger"] optional = true default-features = false [dependencies.xml-rs] version = "0.8" [dev-dependencies.futures] version = "0.3" [dev-dependencies.surf] version = "2.3" [features] default = ["surf"]