# 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 = "convergence-dynamodb" version = "0.3.1" authors = ["Ruan Pearce-Authers "] description = "Utils for bridging DynamoDB and PostgreSQL's wire protocol" license = "MIT" repository = "https://github.com/reservoirdb/convergence" [dependencies.async-trait] version = "0.1" [dependencies.convergence] version = "0.3.0" [dependencies.convergence-arrow] version = "0.3.0" [dependencies.datafusion] version = "5.0.0" [dependencies.rusoto_core] version = "0.46.0" [dependencies.rusoto_dynamodb] version = "0.46.0" [dependencies.sqlparser] version = "0.10" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.7" [dev-dependencies.tokio-postgres] version = "0.7" [dev-dependencies.uuid] version = "0.8" features = ["v4"]