[dependencies.aws-credential-types]
version = "1.2.8"
[dependencies.aws-runtime]
version = "1.5.12"
[dependencies.aws-smithy-async]
version = "1.2.6"
[dependencies.aws-smithy-http]
version = "0.62.4"
[dependencies.aws-smithy-json]
version = "0.61.6"
[dependencies.aws-smithy-runtime]
features = ["client"]
version = "1.9.3"
[dependencies.aws-smithy-runtime-api]
features = ["client", "http-02x"]
version = "1.9.1"
[dependencies.aws-smithy-types]
version = "1.3.3"
[dependencies.aws-types]
version = "1.3.9"
[dependencies.bytes]
version = "1.4.0"
[dependencies.fastrand]
version = "2.0.0"
[dependencies.http]
version = "0.2.9"
[dependencies.regex-lite]
version = "0.1.5"
[dependencies.tracing]
version = "0.1"
[dev-dependencies.aws-config]
version = "1.8.8"
[dev-dependencies.aws-credential-types]
features = ["test-util"]
version = "1.2.8"
[dev-dependencies.tokio]
features = ["macros", "test-util", "rt-multi-thread"]
version = "1.23.1"
[features]
behavior-version-latest = []
default = ["rustls", "default-https-client", "rt-tokio"]
default-https-client = ["aws-smithy-runtime/default-https-client"]
gated-tests = []
rt-tokio = ["aws-smithy-async/rt-tokio", "aws-smithy-types/rt-tokio"]
rustls = ["aws-smithy-runtime/tls-rustls"]
test-util = ["aws-credential-types/test-util", "aws-smithy-runtime/test-util"]
[lib]
name = "aws_sdk_codepipeline"
path = "src/lib.rs"
[package]
authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>", "Russell Cohen <rcoh@amazon.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "AWS SDK for AWS CodePipeline"
edition = "2021"
license = "Apache-2.0"
name = "aws-sdk-codepipeline"
readme = "README.md"
repository = "https://github.com/awslabs/aws-sdk-rust"
rust-version = "1.86.0"
version = "1.96.0"
[package.metadata.docs.rs]
all-features = true
targets = ["x86_64-unknown-linux-gnu"]
[package.metadata.smithy]
codegen-version = "bf4f9971ff6464d32a9736222de31f7af6357c79"
[[test]]
name = "endpoint_tests"
path = "tests/endpoint_tests.rs"