# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "dynamo_mapper" version = "0.1.0" authors = ["Varkal "] description = "A simple library to map Rust structs to/from DynamoDB items" readme = "README.MD" license-file = "LICENSE.MD" repository = "https://github.com/Varkal/dynamo_mapper.git" [dependencies.dynamo_mapper_macro] version = "0.1.0" [dependencies.rusoto_core] version = "0.38.0" [dependencies.rusoto_dynamodb] version = "0.38.0" [dependencies.uuid] version = "0.7.4" features = ["v4"] optional = true [features] default = []