# 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 = "assemblylift-iomod-dynamodb" version = "0.1.4" authors = ["Akkoro and the AssemblyLift contributors "] description = "AssemblyLift DynamoDB IOmod (host)" readme = "README.md" license-file = "LICENSE.md" repository = "https://github.com/akkoro/assemblylift-iomod-stdlib" [[bin]] name = "akkoro-aws-dynamodb" path = "src/main.rs" [dependencies.assemblylift_core] version = "0.2.2" package = "assemblylift-core" [dependencies.assemblylift_core_io] version = "0.2.0" package = "assemblylift-core-io" [dependencies.assemblylift_core_iomod] version = "0.2.1" package = "assemblylift-core-iomod" [dependencies.capnp] version = "0.13.3" [dependencies.capnp-rpc] version = "0.13.1" [dependencies.crossbeam-utils] version = "0.7.2" [dependencies.futures] version = "0.3.5" [dependencies.futures-util] version = "0.3.5" [dependencies.guest] version = "0.1.4" package = "assemblylift-iomod-dynamodb-guest" [dependencies.once_cell] version = "1.4.1" [dependencies.paste] version = "1.0.1" [dependencies.rusoto_core] version = "0.43.0" [dependencies.rusoto_dynamodb] version = "0.43.0" features = ["serialize_structs", "deserialize_structs"] [dependencies.serde] version = "1.0.116" [dependencies.serde_json] version = "1.0.58" [dependencies.tokio] version = "0.2.22" features = ["full"] [dependencies.tokio-util] version = "0.3.1" features = ["compat"] [dependencies.wasmer_runtime_core] version = "0.1.1" package = "wasmer-runtime-core-asml-fork"