# 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-dynamo-derive" version = "0.3.1" description = """ Helper crate for aws-sdk-dynamodb. """ readme = "README.md" keywords = [ "dynamodb", "aws-sdk", ] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/ffddw/aws-dynamo-derive" [package.metadata.docs.rs] rustdoc-args = [ "--cfg", "docsrs", ] [lib] proc-macro = true [dependencies.proc-macro2] version = "1.0.86" [dependencies.quote] version = "1.0.37" [dependencies.syn] version = "2.0.77" features = ["extra-traits"] [dev-dependencies.aws-config] version = "1.5.5" features = ["behavior-version-latest"] [dev-dependencies.aws-sdk-dynamodb] version = "1.44.0" features = ["behavior-version-latest"] [dev-dependencies.test-context] version = "0.3.0" [dev-dependencies.tokio] version = "1.40.0" features = ["macros"]