gear-node-wrapper 2.0.0

Gear protocol node wrapper
Documentation
# 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 = "2024"
rust-version = "1.91"
name = "gear-node-wrapper"
version = "2.0.0"
authors = ["Gear Technologies"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Gear protocol node wrapper"
homepage = "https://gear-tech.io"
documentation = "https://docs.rs/gear-node-wrapper"
readme = false
license = "GPL-3.0"
repository = "https://github.com/gear-tech/gear"

[lib]
name = "gear_node_wrapper"
path = "src/lib.rs"

[[test]]
name = "main"
path = "tests/main.rs"

[dependencies.anyhow]
version = "1.0.86"
features = ["std"]
default-features = false

[dependencies.gear-workspace-hack]
version = "0.1.0"

[dependencies.rand]
version = "0.8"
features = ["getrandom"]
default-features = false

[dependencies.smallvec]
version = "1.13.2"

[dependencies.which]
version = "4.4.2"