# 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.74" name = "hc-wasmer-middlewares" version = "4.3.6-hc.1" authors = ["Wasmer Engineering Team "] 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", ] [dependencies.wasmer] version = "=4.3.6-hc.1" features = ["compiler"] default-features = false package = "hc-wasmer" [dependencies.wasmer-types] version = "=4.3.6-hc.1" package = "hc-wasmer-types" [dependencies.wasmer-vm] version = "=4.3.6-hc.1" package = "hc-wasmer-vm" [dev-dependencies.wasmer] version = "=4.3.6-hc.1" features = ["compiler"] package = "hc-wasmer" [badges.maintenance] status = "actively-developed"