[package] name = "rpc-toy" version = "0.1.2" authors = ["Tarik Eshaq "] edition = "2018" license = "MIT" repository = "https://github.com/tarikeshaq/rpc-toy" readme = "README.md" description = "A toy RPC framework, DO NOT USE" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] serde = { version = "1", features = ["derive"] } serde_json = "1" anyhow = "1" thiserror = "1" crossbeam = "0.8"