Skip to content

Commit

Permalink
Clean up aws-inlineable
Browse files Browse the repository at this point in the history
  • Loading branch information
jdisanti committed Oct 6, 2023
1 parent 75ed234 commit 96069d1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 95 deletions.
11 changes: 3 additions & 8 deletions aws/rust-runtime/aws-inlineable/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,25 +22,20 @@ aws-smithy-runtime-api = { path = "../../../rust-runtime/aws-smithy-runtime-api"
aws-smithy-runtime = { path = "../../../rust-runtime/aws-smithy-runtime", features = ["client"] }
aws-smithy-types = { path = "../../../rust-runtime/aws-smithy-types" }
aws-smithy-async = { path = "../../../rust-runtime/aws-smithy-async", features = ["rt-tokio"] }
aws-types = { path = "../aws-types" }
bytes = "1"
bytes-utils = "0.1.1"
hex = "0.4.3"
http = "0.2.9"
http-body = "0.4.5"
md-5 = "0.10.1"
ring = "0.16"
tokio = { version = "1.23.1", features = ["full"] }
tokio-stream = "0.1.5"
tokio = "1.23.1"
tracing = "0.1"

[dev-dependencies]
aws-credential-types = { path = "../aws-credential-types", features = ["test-util"] }
aws-smithy-async = { path = "../../../rust-runtime/aws-smithy-async", features = ["test-util"] }
aws-smithy-http = { path = "../../../rust-runtime/aws-smithy-http", features = ["rt-tokio"] }
aws-smithy-runtime-api = { path = "../../../rust-runtime/aws-smithy-runtime-api", features = ["test-util"] }
tempfile = "3.6.0"
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
aws-smithy-async = { path = "../../../rust-runtime/aws-smithy-async", features = ["test-util"] }
tokio = { version = "1.23.1", features = ["macros", "rt", "io-util"] }

[package.metadata.docs.rs]
all-features = true
Expand Down
3 changes: 0 additions & 3 deletions aws/rust-runtime/aws-inlineable/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ pub mod s3_request_id;
/// Glacier-specific behavior
pub mod glacier_interceptors;

/// Strip prefixes from IDs returned by Route53 operations when those IDs are used to construct requests
pub mod route53_resource_id_preprocessor_middleware;

/// Strip prefixes from IDs returned by Route53 operations when those IDs are used to construct requests
pub mod route53_resource_id_preprocessor;

Expand Down

This file was deleted.

0 comments on commit 96069d1

Please sign in to comment.