# 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 = "wascc-httpsrv" version = "0.9.2" authors = ["Kevin Hoffman "] description = "HTTP Server capability provider for the waSCC wasm host runtime" homepage = "https://wascc.dev" documentation = "https://docs.rs/wascc-httpsrv" readme = "README.md" keywords = ["webassembly", "wasm", "wasi", "wascc", "actix"] categories = ["wasm", "api-bindings"] license = "Apache-2.0" repository = "https://github.com/wascc/http-server-provider" [lib] crate-type = ["cdylib", "rlib"] [dependencies.actix-multipart] version = "0.2.0" [dependencies.actix-rt] version = "1.1.1" [dependencies.actix-web] version = "2.0.0" [dependencies.crossbeam] version = "0.7.3" [dependencies.crossbeam-channel] version = "0.4.2" [dependencies.crossbeam-utils] version = "^0.7.0" [dependencies.env_logger] version = "0.7.1" [dependencies.futures] version = "0.3.5" [dependencies.log] version = "0.4.8" [dependencies.rmp-serde] version = "0.14.4" [dependencies.serde] version = "1.0.117" features = ["derive"] [dependencies.serde_bytes] version = "0.11.5" [dependencies.wascc-codec] version = "0.9.0" [features] static_plugin = [] [badges.maintenance] status = "actively-developed"