# 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" rust-version = "1.81" name = "wasmer-middlewares" version = "6.0.0-beta.1" authors = ["Wasmer Engineering Team <engineering@wasmer.io>"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A collection of various useful middlewares" homepage = "https://wasmer.io/" readme = "README.md" keywords = [ "webassembly", "wasm", ] categories = ["wasm"] license = "MIT" repository = "https://github.com/wasmerio/wasmer" [package.metadata.docs.rs] rustc-args = [ "--cfg", "docsrs", ] [lib] name = "wasmer_middlewares" path = "src/lib.rs" [dependencies.wasmer] version = "=6.0.0-beta.1" features = [ "compiler", "wasmparser", ] default-features = false [dependencies.wasmer-types] version = "=6.0.0-beta.1" [dependencies.wasmer-vm] version = "=6.0.0-beta.1" [dev-dependencies.wasmer] version = "=6.0.0-beta.1" features = [ "compiler", "wasmparser", ] [badges.maintenance] status = "actively-developed"