# 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 = "wasm-service" version = "0.5.1" authors = ["stevelr "] description = "Simplify implementation of serverless WASM on Cloudflare Workers" homepage = "https://github.com/stevelr/wasm-service" documentation = "https://docs.rs/wasm-service" readme = "README.md" keywords = ["wasm", "cloudflare", "workers", "worker", "http"] categories = ["web-programming::http-server", "wasm", "asynchronous"] license = "MIT OR Apache-2.0" repository = "https://github.com/stevelr/wasm-service" [dependencies.async-trait] version = "0.1" [dependencies.bincode] version = "1.3" [dependencies.bytes] version = "1.0" [dependencies.chrono] version = "0.4" [dependencies.js-sys] version = "0.3" [dependencies.kv-assets] version = "0.2" [dependencies.mime] version = "0.3" [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.serde_json] version = "1.0" optional = true default-features = false [dependencies.service-logging] version = "0.4" optional = true default-features = false [dependencies.url] version = "2.2" [dependencies.wasm-bindgen] version = "0.2" [dependencies.wasm-bindgen-futures] version = "0.4" [dependencies.web-sys] version = "0.3.4" features = ["console"] [dev-dependencies.cfg-if] version = "1.0" [dev-dependencies.wasm-bindgen-test] version = "0.3" [features] alloc = ["serde_json/alloc", "serde/alloc", "service-logging/alloc"] default = ["alloc"] std = ["serde_json/std", "serde/std", "service-logging/std"]