# 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" name = "wapc-pool" version = "1.1.0" authors = ["Jarrod Overson "] description = "A multithreaded pool of waPC hosts" homepage = "https://wapc.io" documentation = "https://docs.rs/wapc-pool" readme = "README.md" keywords = [ "sdk", "wapc", "webassembly", "wasm", "wasi", ] categories = [ "wasm", "api-bindings", ] license = "Apache-2.0" resolver = "1" [package.metadata.workspaces] independent = true [dependencies.crossbeam] version = "0.8" [dependencies.log] version = "0.4" [dependencies.rusty_pool] version = "0.7" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1" features = ["sync"] [dependencies.wapc] version = "1.1.0" [dev-dependencies.anyhow] version = "1.0" [dev-dependencies.env_logger] version = "0.10" [dev-dependencies.futures] version = "0.3" [dev-dependencies.test-log] version = "0.2" [dev-dependencies.tokio] version = "1" features = ["full"] [badges.maintenance] status = "actively-developed"