rusoto_codecommit 0.48.0

AWS SDK for Rust - AWS CodeCommit @ 2015-04-13
Documentation
# 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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2018"
name = "rusoto_codecommit"
version = "0.48.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 - AWS CodeCommit @ 2015-04-13"
homepage = "https://www.rusoto.org/"
documentation = "https://docs.rs/rusoto_codecommit"
readme = "README.md"
keywords = [
    "AWS",
    "Amazon",
    "codecommit",
]
license = "MIT"
repository = "https://github.com/rusoto/rusoto"

[package.metadata.docs.rs]
targets = []

[dependencies.async-trait]
version = "0.1"

[dependencies.bytes]
version = "1.0"

[dependencies.futures]
version = "0.3"

[dependencies.rusoto_core]
version = "0.48.0"
default-features = false

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

[dependencies.serde_json]
version = "1.0"

[dev-dependencies.rusoto_mock]
version = "0.48.0"
default-features = false

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

[build-dependencies]

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