# 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 = "2018" name = "flow-rust-sdk" version = "4.0.2" description = "Flow-Rust-SDK\nutilizes the Flow gRPC AccessAPI to make requests on the flow blockchain.\n" readme = "README.md" license = "Apache-2.0 OR MIT" repository = "https://github.com/MarshallBelles/flow-rust-sdk" [dependencies.bytes] version = "1" features = ["serde"] [dependencies.hex] version = "0.4.3" [dependencies.p256_flow] version = "1.0.0" features = ["ecdsa"] [dependencies.prost] version = "0.8" [dependencies.rand_core] version = "0.6.3" [dependencies.rlp] version = "0.5.1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.68" [dependencies.tokio] version = "1.11.0" features = ["full"] [dependencies.tonic] version = "0.5" [build-dependencies.tonic-build] version = "0.5"