vantage-aws 0.4.7

AWS API persistence backend for Vantage framework — incubating
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 = "2024"
name = "vantage-aws"
version = "0.4.7"
authors = ["Romans Malinovskis <me@nearly.guru>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "AWS API persistence backend for Vantage framework — incubating"
homepage = "https://romaninsh.github.io/vantage"
documentation = "https://docs.rs/vantage-aws"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/romaninsh/vantage"

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

[[example]]
name = "aws-cli"
path = "examples/aws-cli.rs"

[[example]]
name = "aws-dynamo"
path = "examples/aws-dynamo.rs"

[[example]]
name = "dynamo-single-table"
path = "examples/dynamo-single-table.rs"

[[test]]
name = "dynamodb_live"
path = "tests/dynamodb_live.rs"

[[test]]
name = "sign"
path = "tests/sign.rs"

[dependencies.async-trait]
version = "0.1"

[dependencies.chrono]
version = "0.4"
features = [
    "clock",
    "serde",
]
default-features = false

[dependencies.ciborium]
version = "0.2"

[dependencies.hex]
version = "0.4"

[dependencies.hmac]
version = "0.12"

[dependencies.indexmap]
version = "2"
features = ["serde"]

[dependencies.paste]
version = "1"

[dependencies.quick-xml]
version = "0.36"

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "rustls-tls",
]
default-features = false

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"
features = ["preserve_order"]

[dependencies.sha2]
version = "0.10"

[dependencies.tokio]
version = "1"
features = [
    "rt",
    "macros",
    "sync",
]

[dependencies.vantage-core]
version = "0.4"

[dependencies.vantage-dataset]
version = "0.4"

[dependencies.vantage-expressions]
version = "0.4"

[dependencies.vantage-table]
version = "0.4.8"

[dependencies.vantage-types]
version = "0.4"
features = ["serde"]

[dev-dependencies.anyhow]
version = "1"

[dev-dependencies.clap]
version = "4"
features = ["derive"]

[dev-dependencies.tokio]
version = "1"
features = ["full"]

[dev-dependencies.vantage-cli-util]
version = "0.4.1"

[dev-dependencies.vantage-dataset]
version = "0.4"