# 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 = "s3ql" version = "0.1.3" authors = ["Julia Naomi ", "Otavio Pace "] description = "Query Language for S3" documentation = "https://docs.rs/s3ql/" readme = "README.md" keywords = ["s3", "query-language", "aws"] license = "LGPL-3.0" repository = "https://github.com/naomijub/s3ql" [dependencies.async-trait] version = "0.1.42" [dependencies.bytes] version = "1" [dependencies.rusoto_core] version = "0.45.0" [dependencies.rusoto_credential] version = "0.45.0" optional = true [dependencies.rusoto_s3] version = "0.45.0" [dependencies.tokio] version = "0.2.22" features = ["full"] [dev-dependencies.cargo-husky] version = "1" features = ["run-cargo-fmt", "run-cargo-clippy"] default-features = false [features] auth = ["rusoto_credential"]