# 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 = "mz_rusoto_workmail"
version = "0.46.0"
authors = ["Anthony DiMarco <ocramida@gmail.com>", "Jimmy Cuadra <jimmy@jimmycuadra.com>", "Matthew Mayer <matthewkmayer@gmail.com>", "Nikita Pekin <contact@nikitapek.in>"]
exclude = ["test_resources/*"]
description = "AWS SDK for Rust - Amazon WorkMail @ 2017-10-01"
documentation = "https://docs.rs/mz_rusoto_workmail"
readme = "README.md"
keywords = ["AWS", "Amazon", "workmail"]
license = "MIT"
repository = "https://github.com/MaterializeInc/rusoto"
[package.metadata.docs.rs]
targets = []

[lib]
name = "rusoto_workmail"
[dependencies.async-trait]
version = "0.1"

[dependencies.bytes]
version = "0.5"

[dependencies.futures]
version = "0.3"

[dependencies.mz_rusoto_core]
version = "0.46.0"
default-features = false

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"
[dev-dependencies.mz_rusoto_mock]
version = "0.46.0"
default-features = false

[dev-dependencies.tokio]
version = "0.2"

[build-dependencies]

[features]
default = ["native-tls"]
deserialize_structs = ["bytes/serde"]
native-tls = ["mz_rusoto_core/native-tls"]
rustls = ["mz_rusoto_core/rustls"]
serialize_structs = ["bytes/serde"]