gear-node-wrapper 1.9.1

Gear protocol node wrapper
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "gear-node-wrapper"
description = "Gear protocol node wrapper"
documentation = "https://docs.rs/gear-node-wrapper"
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true
homepage.workspace = true
repository.workspace = true
rust-version.workspace = true

[dependencies]
anyhow = { workspace = true, features = ["std"] }
rand = { workspace = true, features = [ "getrandom" ] }
which.workspace = true
smallvec.workspace = true