smithy-rs/rust-runtime/aws-smithy-http-auth
John DiSanti bac720ef42
Independently version deprecated runtime crates (#3364)
This PR sets independent versions for the deprecated runtime crates so
that they won't publish new version numbers with every release anymore.

----

_By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice._
2024-01-16 18:36:30 +00:00
..
src Add the `docsrs` autocfg attr to all crates 2023-12-08 10:24:19 -05:00
Cargo.toml Independently version deprecated runtime crates (#3364) 2024-01-16 18:36:30 +00:00
LICENSE feat(smithy-http-auth): add api key auth types (#2153) 2023-02-13 23:07:06 +00:00
README.md Fix repo org move issues (#3166) 2023-11-10 18:51:04 +00:00
external-types.toml feat(smithy-http-auth): add api key auth types (#2153) 2023-02-13 23:07:06 +00:00

README.md

aws-smithy-http-auth

This crate is no longer used by smithy-rs and is deprecated. Its equivalent logic is now in aws-smithy-runtime-api and aws-smithy-runtime.

This crate is part of the AWS SDK for Rust and the smithy-rs code generator. In most cases, it should not be used directly.