# 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-tester" version = "0.2.2" description = """ A simple library to make the test your code against dynamodb local easy. """ homepage = "https://github.com/tyrchen/dynamodb-tester" documentation = "https://docs.rs/dynamodb-tester" readme = "README.md" keywords = [ "aws-sdk", "dynamodb", "testing", ] categories = ["development-tools::testing"] license = "MIT" repository = "https://github.com/tyrchen/dynamodb-tester" [dependencies.anyhow] version = "1.0.66" optional = true [dependencies.aws-config] version = "0.51.0" optional = true [dependencies.aws-sdk-dynamodb] version = "0.21.0" [dependencies.serde] version = "1.0.149" features = ["derive"] optional = true [dependencies.serde_yaml] version = "0.9.14" optional = true [dependencies.tokio] version = "1.23.0" features = [ "macros", "rt", "rt-multi-thread", ] optional = true [dependencies.xid] version = "1.0.3" optional = true [features] default = ["local"] local = [ "anyhow", "aws-config", "serde", "serde_yaml", "tokio", "xid", ]