# 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 = "wasmio-aws-types" version = "0.0.2" authors = ["Anthony Griffon "] description = "AWS Types with serde for wasmio" license = "MIT OR Apache-2.0" repository = "https://github.com/miaxos/wasmio/" [dependencies.axum] version = "=0.7" features = [ "tokio", "json", ] [dependencies.derivative] version = "2" [dependencies.derive_builder] version = "0.13" [dependencies.serde] version = "1" features = ["derive"] [dependencies.tokio] version = "=1.35" default-features = false [build-dependencies]