aws-esdk 1.2.2

aws-esdk is a library for implementing client side encryption.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "aws-esdk"
version = "1.2.2"
authors = ["AWS-CryptoTools"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "aws-esdk is a library for implementing client side encryption."
homepage = "https://docs.aws.amazon.com/encryption-sdk/latest/developer-guide/introduction.html"
documentation = "https://docs.rs/crate/aws-esdk"
readme = "README.md"
keywords = [
    "cryptography",
    "security",
    "dynamodb",
    "encryption",
    "client-side",
]
license = "ISC AND (Apache-2.0 OR ISC)"
repository = "https://github.com/aws/aws-encryption-sdk-dafny/releases/rust/esdk/"

[features]
default = ["non-fips"]
fips = [
    "aws-lc-rs/fips",
    "dep:aws-lc-fips-sys",
]
non-fips = [
    "aws-lc-rs/aws-lc-sys",
    "dep:aws-lc-sys",
]

[lib]
name = "aws_esdk"
path = "src/lib.rs"

[[example]]
name = "main"
path = "examples/main.rs"

[dependencies.aws-config]
version = "1.8.12"

[dependencies.aws-lc-fips-sys]
version = "0.13"
optional = true

[dependencies.aws-lc-rs]
version = "1.15.4"

[dependencies.aws-lc-sys]
version = "0.37"
optional = true

[dependencies.aws-sdk-dynamodb]
version = "1.103.0"

[dependencies.aws-sdk-kms]
version = "1.98.0"

[dependencies.aws-smithy-runtime-api]
version = "1.10.0"
features = ["client"]

[dependencies.aws-smithy-types]
version = "1.3.6"

[dependencies.chrono]
version = "0.4.43"

[dependencies.cpu-time]
version = "1.0.0"

[dependencies.dafny-runtime]
version = "0.3.1"
features = [
    "sync",
    "small-int",
]

[dependencies.dashmap]
version = "6.1.0"

[dependencies.pem]
version = "3.0.6"

[dependencies.rand]
version = "0.9.2"

[dependencies.tokio]
version = "1.49.0"
features = ["full"]

[dependencies.uuid]
version = "1.19.0"
features = ["v4"]