# 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_mock" version = "0.46.0" authors = ["Anthony DiMarco ", "Jimmy Cuadra ", "Matthew Mayer ", "Nikita Pekin "] description = "AWS SDK for Rust - Request Mocking Helpers" homepage = "https://www.rusoto.org/" documentation = "https://docs.rs/rusoto_mock" keywords = ["AWS", "Amazon", "mock", "testing"] categories = ["development-tools::testing"] license = "MIT" repository = "https://github.com/rusoto/rusoto" [package.metadata.docs.rs] targets = [] [lib] name = "rusoto_mock" [dependencies.async-trait] version = "0.1" [dependencies.chrono] version = "0.4" [dependencies.futures] version = "0.3" [dependencies.http] version = "0.2" [dependencies.mz_rusoto_core] version = "0.46.0" default_features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [features] default = ["native-tls"] native-tls = ["mz_rusoto_core/native-tls"] nightly-testing = ["mz_rusoto_core/nightly-testing"] rustls = ["mz_rusoto_core/rustls"] unstable = [] [badges.appveyor] branch = "master" repository = "matthewkmayer/rusoto" [badges.azure-devops] build = "1" pipeline = "rusoto.rusoto" project = "matthewkmayer/Rusoto"