flow-rust-sdk 4.0.2

Flow-Rust-SDK utilizes the Flow gRPC AccessAPI to make requests on the flow blockchain.
Documentation
[build-dependencies.tonic-build]
version = "0.5"
[dependencies.bytes]
features = ["serde"]
version = "1"

[dependencies.hex]
version = "0.4.3"

[dependencies.p256_flow]
features = ["ecdsa"]
version = "1.0.0"

[dependencies.prost]
version = "0.8"

[dependencies.rand_core]
version = "0.6.3"

[dependencies.rlp]
version = "0.5.1"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0.68"

[dependencies.tokio]
features = ["full"]
version = "1.11.0"

[dependencies.tonic]
version = "0.5"

[package]
description = "Flow-Rust-SDK\nutilizes the Flow gRPC AccessAPI to make requests on the flow blockchain.\n"
edition = "2018"
license = "Apache-2.0 OR MIT"
name = "flow-rust-sdk"
readme = "README.md"
repository = "https://github.com/MarshallBelles/flow-rust-sdk"
version = "4.0.2"