# 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-awslambda-host" version = "0.3.0" authors = ["Akkoro and the AssemblyLift contributors "] description = "AssemblyLift AWS Lambda runtime" readme = "README.md" license-file = "LICENSE.md" repository = "https://github.com/akkoro/assemblylift" [[bin]] name = "bootstrap" path = "src/main.rs" [dependencies.assemblylift_core] version = "0.3" package = "assemblylift-core" [dependencies.assemblylift_core_io_common] version = "0.3" package = "assemblylift-core-io-common" [dependencies.assemblylift_core_iomod] version = "0.3" package = "assemblylift-core-iomod" [dependencies.clap] version = "3.0.0-beta.1" [dependencies.crossbeam-utils] version = "0.8" [dependencies.once_cell] version = "1.4" [dependencies.reqwest] version = "0.11" features = ["blocking"] [dependencies.tokio] version = "1.4" features = ["macros", "sync", "rt", "rt-multi-thread"] [dependencies.toml] version = "0.5" [dependencies.wasmer] version = "1.0" package = "wasmer-asml-fork" [dependencies.wasmer-engine-jit] version = "1.0" [dependencies.wasmer-engine-native] version = "1.0" [dependencies.zip] version = "0.5"