# 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" rust-version = "1.68.0" name = "dynamodb-book-ch20-bigtimedeals" version = "0.3.0" authors = ["Marcus Griep "] description = "Models from The DynamoDB Book Big Time Deals example" homepage = "https://github.com/neoeinstein/modyne" documentation = "https://docs.rs/dynamodb-book-ch20-bigtimedeals" readme = "README.md" keywords = [ "dynamodb", "aws", "aws-sdk", "dynamo", "orm", ] categories = [ "database", "api-bindings", ] license = "MIT OR Apache-2.0" repository = "https://github.com/neoeinstein/modyne" [dependencies.aliri_braid] version = "0.4.0" [dependencies.aws-sdk-dynamodb] version = "1.3.0" [dependencies.futures] version = "0.3.27" [dependencies.modyne] version = "0.3.0" features = ["derive"] [dependencies.once_cell] version = "1.17.2" optional = true [dependencies.pin-project-lite] version = "0.2.9" [dependencies.serde] version = "1.0.158" features = ["derive"] [dependencies.serde_dynamo] version = "4.2.3" [dependencies.svix-ksuid] version = "0.7.0" features = ["serde"] [dependencies.time] version = "0.3.20" features = [ "formatting", "parsing", "serde", ] [dependencies.tracing] version = "0.1.36" [dev-dependencies.aws-config] version = "1.0.1" [dev-dependencies.aws-credential-types] version = "1.0.1" [dev-dependencies.test-log] version = "0.2.11" features = ["trace"] default-features = false [dev-dependencies.tokio] version = "1.0" features = ["macros"] [dev-dependencies.tracing-subscriber] version = "0.3.16" features = ["env-filter"] [features] default = [] once_cell = [ "dep:once_cell", "modyne/once_cell", ]