aws-config 0.4.0

AWS SDK config and credential provider implementations.
Documentation
#!/bin/bash
#
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
# SPDX-License-Identifier: Apache-2.0.
#

# This script contains additional CI checks to run for this specific package

set -e

echo "### Checking for duplicate dependency versions in the normal dependency graph with all features enabled"
cargo tree -d --edges normal --all-features

echo "### Testing with all features enabled"
cargo test --all-features

echo "### Testing each feature in isolation"
cargo hack test --feature-powerset