[package] name = "honk-rpc" authors = ["morgan ", "Richard Pospesel "] version = "0.3.0" rust-version = "1.67" edition = "2021" license = "BSD-3-Clause" description = "A library implementing an asynchrynous, bi-directional, dynamic, and BSON-based remote procedure call system" repository = "https://github.com/blueprint-freespeech/gosling" [dependencies] bson = "2.0" thiserror = "1.0" [dev-dependencies] anyhow = "1.0" data-encoding = "2.0" sha3 = "0.10"