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