# 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.64.0" name = "wcgi-host" version = "0.2.0" authors = ["Wasmer Engineering Team "] description = "Utilities for implementing WCGI (Webassembly Common Gateway Interface) support in hosts." homepage = "https://wasmer.io/" readme = "README.md" license = "MIT" repository = "https://github.com/wasmerio/wcgi" [dependencies.http] version = "1" [dependencies.schemars] version = "0.8.11" optional = true [dependencies.serde] version = "1" features = ["derive"] [dependencies.tokio] version = "1" features = [ "io-util", "macros", "rt", ] default-features = false [dependencies.wasmparser] version = "0.95.0" [dependencies.wcgi] version = "0.2.0" [features] schema = ["schemars"]