# 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 = "dynamodb-tools" version = "0.4.0" description = """ A simple library to work with dynamodb local easy. """ homepage = "https://github.com/tyrchen/dynamodb-tools" documentation = "https://docs.rs/dynamodb-tools" readme = "README.md" keywords = [ "aws-sdk", "dynamodb", "testing", ] categories = ["development-tools"] license = "MIT" repository = "https://github.com/tyrchen/dynamodb-tools" [dependencies.anyhow] version = "1.0.76" [dependencies.aws-config] version = "1.1.1" features = ["behavior-version-latest"] optional = true [dependencies.aws-sdk-dynamodb] version = "1.9.0" [dependencies.serde] version = "1.0.193" features = ["derive"] [dependencies.serde_yaml] version = "0.9.29" [dependencies.xid] version = "1.0.3" optional = true [dev-dependencies.tokio] version = "1.35.1" features = [ "macros", "rt", "rt-multi-thread", ] [features] connector = [ "aws-config", "xid", ] default = ["connector"]