22name = " aws-db-esdk"
33version = " 1.1.1"
44edition = " 2021"
5- rust-version = " 1.81 .0"
5+ rust-version = " 1.86 .0"
66keywords = [" cryptography" , " security" , " dynamodb" , " encryption" , " client-side" ]
77license = " ISC AND (Apache-2.0 OR ISC)"
88description = " aws-db-esdk is a library for implementing client side encryption with DynamoDB."
@@ -16,20 +16,26 @@ readme = "README.md"
1616# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1717
1818[dependencies ]
19- aws-config = " 1.6.3"
20- aws-lc-rs = " 1.13.1"
21- aws-lc-sys = " 0.29.0"
22- aws-sdk-dynamodb = " 1.73.0"
23- aws-sdk-kms = " 1.67.0"
24- aws-smithy-runtime-api = {version = " 1.8.0" , features = [" client" ] }
25- aws-smithy-types = " 1.3.1"
19+ aws-config = " 1.8.5"
20+ aws-lc-rs = {version = " 1.13.3" }
21+ aws-lc-sys = { version = " 0.30" , optional = true }
22+ aws-lc-fips-sys = { version = " 0.13" , optional = true }
23+ aws-sdk-dynamodb = " 1.90.0"
24+ aws-sdk-kms = " 1.84.0"
25+ aws-smithy-runtime-api = {version = " 1.9.0" , features = [" client" ] }
26+ aws-smithy-types = " 1.3.2"
2627chrono = " 0.4.41"
2728cpu-time = " 1.0.0"
2829dafny_runtime = { path = " ../../../submodules/smithy-dafny/TestModels/dafny-dependencies/dafny_runtime_rust" , features = [" sync" ," small-int" ] }
2930dashmap = " 6.1.0"
3031pem = " 3.0.5"
31- tokio = {version = " 1.45 .1" , features = [" full" ] }
32- uuid = { version = " 1.17 .0" , features = [" v4" ] }
32+ tokio = {version = " 1.47 .1" , features = [" full" ] }
33+ uuid = { version = " 1.18 .0" , features = [" v4" ] }
3334
3435[[example ]]
3536name = " main"
37+
38+ [features ]
39+ fips = [" aws-lc-rs/fips" , " dep:aws-lc-fips-sys" ]
40+ non-fips = [" aws-lc-rs/aws-lc-sys" , " dep:aws-lc-sys" ]
41+ default = [" non-fips" ]
0 commit comments