# 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 = "wasmcloud-httpserver" version = "0.12.3" authors = ["wasmCloud Team"] description = "HTTP Server capability provider for the wasmCloud host runtime" homepage = "https://wasmcloud.dev" documentation = "https://docs.rs/wasmcloud-httpserver" readme = "README.md" keywords = ["webassembly", "wasm", "wasi", "wasmcloud", "actix"] categories = ["wasm", "api-bindings"] license = "Apache-2.0" repository = "https://github.com/wasmcloud/capability-providers" [lib] crate-type = ["cdylib", "rlib"] [dependencies.actix-cors] version = "0.6.0-beta.2" [dependencies.actix-rt] version = "2.1.0" [dependencies.actix-web] version = "4.0.0-beta.8" [dependencies.env_logger] version = "0.8.3" [dependencies.log] version = "0.4.14" [dependencies.rmp-serde] version = "0.15.4" [dependencies.serde] version = "1.0.124" features = ["derive"] [dependencies.serde_bytes] version = "0.11.5" [dependencies.tokio] version = "1.3" features = ["rt"] [dependencies.wasmcloud-actor-core] version = "0.2.0" [dependencies.wasmcloud-actor-http-server] version = "0.1.0" [dependencies.wasmcloud-provider-core] version = "0.1.0" [features] static_plugin = [] [badges.maintenance] status = "actively-developed"