[package] name = "is-not-capnp" version = "0.0.1" edition = "2021" authors = ["al3x alex.vacan.bala@gmail.com"] description = "A higher lever wrapper over cap'n proto" readme = "README.md" repository = "https://gitlab.com/is.not-project/is_not_capnp.git" license = "LGPL-3.0-or-later OR MIT" keywords = ["rpc", "capnp"] categories = ["networking", "rpc"] [dependencies] async-std = { version = "1.12.0", features = ["attributes", "unstable"] } capnp = "0.17.2" capnp-rpc = "0.17.0" [workspace] members = [ "examples/hello-world" ]