# 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 = "serde_dynamodb" version = "0.9.0" authors = ["François Mockers "] description = "de/serialize struct to HashMap with Serde to use with Rusoto DynamoDB" homepage = "https://github.com/mockersf/serde_dynamodb" documentation = "https://docs.rs/serde_dynamodb" readme = "README.md" keywords = ["serde", "dynamodb", "rusoto"] license = "MIT" repository = "https://github.com/mockersf/serde_dynamodb" [dependencies.bytes] version = "1.0" [dependencies.rusoto_dynamodb] version = "0.47.0" optional = true default-features = false [dependencies.rusoto_dynamodbstreams] version = "0.47.0" optional = true default-features = false [dependencies.serde] version = "1.0" [dev-dependencies.rusoto_core] version = "0.47.0" default-features = false [dev-dependencies.rusoto_dynamodb] version = "0.47.0" default-features = false [dev-dependencies.serde] version = "1.0" features = ["derive"] [features] default = ["rusoto_dynamodb", "rusoto_dynamodb/rustls"] native-tls = ["rusoto_dynamodb", "rusoto_dynamodb/native-tls"] rustls = ["rusoto_dynamodb", "rusoto_dynamodb/rustls"] streams = ["rusoto_dynamodbstreams", "rusoto_dynamodbstreams/rustls"] streams-native-tls = ["rusoto_dynamodbstreams", "rusoto_dynamodbstreams/native-tls"] streams-rustls = ["rusoto_dynamodbstreams", "rusoto_dynamodbstreams/rustls"]