[badges.travis-ci]
repository = "james-tru/serde_dynamodb_streams"
[dependencies.bytes]
version = "1.0"
[dependencies.rusoto_dynamodbstreams]
default-features = false
optional = true
version = "0.46.0"
[dependencies.serde]
version = "1.0"
[dev-dependencies.rusoto_core]
version = "0.46.0"
[dev-dependencies.rusoto_dynamodb]
version = "0.46.0"
[dev-dependencies.serde]
features = ["derive"]
version = "1.0"
[features]
default = ["rusoto_dynamodbstreams", "rusoto_dynamodbstreams/default"]
rustls = ["rusoto_dynamodbstreams", "rusoto_dynamodbstreams/rustls"]
[package]
authors = ["James Massey <james@trufintech.io>"]
description = "de/serialize struct to HashMap<String, AttributeValue> with Serde to use with Rusoto DynamoDB Streams. Just a fork of mockersf/serde_dynamodb with different feature flags"
documentation = "https://docs.rs/serde_dynamodb"
edition = "2018"
homepage = "https://github.com/james-tru/serde_dynamodb_streams"
keywords = ["serde", "dynamodb", "rusoto"]
license = "MIT"
name = "serde_dynamodb_streams"
readme = "README.md"
repository = "https://github.com/james-tru/serde_dynamodb_streams"
version = "0.7.1"