# 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-helper" version = "0.1.2" description = "Macro that creates a struct for interacting with AWS DynamoDB" homepage = "https://github.com/VanOvermeire/dynamodb-helper" readme = "README.md" keywords = [ "DynamoDB", "macro", ] license = "MIT" repository = "https://github.com/VanOvermeire/dynamodb-helper" [lib] proc-macro = true [dependencies.aws-sdk-dynamodb] version = "0.17.0" [dependencies.proc-macro2] version = "1.0.46" [dependencies.quote] version = "1.0.20" [dependencies.syn] version = "1.0.98" features = ["extra-traits"]