[package] name = "merfolk_backend_in_process" version = "0.1.0" authors = ["Paul Volavsek "] edition = "2018" license = "MIT" description = "A `Backend` for merfolk using in process channels. Mostly used for testing." repository = "https://github.com/volllly/merfolk" # readme = "../README.md" documentation = "https://docs.rs/merfolk_backend_in_process/" keywords = ["RPC", "merfolk", "channel"] [features] [dependencies] anyhow = "1.0" derive_builder = "0.10.0-alpha" log = "0.4" merfolk = { version = "0", features = ["std"] } serde = "1.0.116" serde_json = "1.0.57" thiserror = "1.0" tokio = { version = "1.0", features = ["rt", "rt-multi-thread", "sync"] } [dev-dependencies] merfolk_frontend_register = { path = "../../frontends/register" } rand = "0.8" [[test]] name = "test" path = "test/tests.rs"