# 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 = "dynarust" version = "0.3.1" authors = ["Gabriel Musat Mestre"] description = "A DynamoDB odm library for rust" homepage = "https://github.com/gabotechs/dynarust" readme = "README.md" keywords = [ "dynamo", "dynamodb", "aws", "odm", ] categories = [ "databases", "orm", "odm", "aws", ] license = "MIT" repository = "https://github.com/gabotechs/dynarust" [lib] doctest = false [dependencies.aws-config] version = "^0.54.1" [dependencies.aws-sdk-dynamodb] version = "^0.24.0" [dependencies.rand] version = "^0.8.5" [dependencies.serde] version = "^1.0.158" features = ["derive"] [dependencies.serde_json] version = "^1.0.94" [dependencies.thiserror] version = "^1.0.40" [dev-dependencies.lazy_static] version = "1.4.0" [dev-dependencies.tokio] version = "^1" features = ["full"]