# 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 = "dynamo-subscriber" version = "0.1.1" authors = ["kaicoh "] description = "Subscribe DynamoDB Streams as tokio-stream" documentation = "https://docs.rs/dynamo-subscriber" readme = "README.md" keywords = [ "aws", "dynamodb", "dynamodbstreams", ] license = "MIT" repository = "https://github.com/kaicoh/dynamo-subscriber" resolver = "2" [dependencies.async-recursion] version = "1.0.5" [dependencies.async-trait] version = "0.1.74" [dependencies.aws-config] version = "1.0.1" [dependencies.aws-sdk-dynamodb] version = "1.3.0" [dependencies.aws-sdk-dynamodbstreams] version = "1.3.0" [dependencies.thiserror] version = "1.0.50" [dependencies.tokio] version = "1" features = [ "rt", "sync", "time", ] [dependencies.tokio-stream] version = "0.1.14" [dependencies.tracing] version = "0.1" [dev-dependencies.aws-credential-types] version = "1.0.0" features = ["hardcoded-credentials"] [dev-dependencies.aws-smithy-runtime-api] version = "1.0.1" [dev-dependencies.aws-smithy-types] version = "1.0.1" [dev-dependencies.itertools] version = "0.12" [dev-dependencies.tokio] version = "1" features = [ "macros", "rt-multi-thread", ] [dev-dependencies.ulid] version = "1.1.0"