# 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 = "sqsquatch" version = "0.2.2" authors = ["Jason Ozias "] description = "Pub/Sub API for Amazon SQS" homepage = "https://github.com/rustyhorde/sqsquatch" documentation = "https://docs.rs/sqsquatch" readme = "README.md" keywords = ["Amazon", "SQS", "API"] license = "MIT/Apache-2.0" repository = "https://github.com/rustyhorde/sqsquatch" [dependencies.futures-preview] version = "=0.3.0-alpha.19" features = ["compat"] [dependencies.futures01] version = "0.1" package = "futures" [dependencies.http] version = "0" [dependencies.hyper] version = "0" [dependencies.hyper-proxy] version = "0" [dependencies.hyper-tls] version = "0" [dependencies.lazy_static] version = "1" [dependencies.log] version = "0" [dependencies.md5] version = "0" [dependencies.rusoto_core] version = "0" [dependencies.rusoto_credential] version = "0" [dependencies.rusoto_mock] version = "0" [dependencies.rusoto_sqs] version = "0" [dependencies.serde] version = "1" [dependencies.serde_json] version = "1" [dependencies.tokio] version = "=0.2.0-alpha.6" [dependencies.tokio-core] version = "0.1" [dependencies.uuid] version = "0" [dev-dependencies.pretty_env_logger] version = "0" [dev-dependencies.runtime] version = "=0.3.0-alpha.8" [dev-dependencies.runtime-tokio] version = "=0.3.0-alpha.6" [dev-dependencies.serde_derive] version = "1"