# 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" name = "flow-sdk" version = "1.0.1" description = "Library for developing on the Flow blockchain network" license = "MIT OR Apache-2.0" repository = "https://github.com/fee1-dead/flow.rs" resolver = "2" [package.metadata.docs.rs] cargo-args = ["-Zunstable-options", "-Zrustdoc-scrape-examples=all"] [[example]] name = "helloworld" path = "examples/helloworld.rs" [dependencies.bytes] version = "1.1.0" [dependencies.cadence_json] version = "0.1.2" [dependencies.futures-timer] version = "3.0.2" [dependencies.futures-util] version = "0.3.17" [dependencies.hex] version = "0.4.3" [dependencies.http] version = "0.2.5" [dependencies.http-body] version = "0.4.3" [dependencies.otopr] version = "0.4.0" [dependencies.rand] version = "0.6.5" optional = true [dependencies.rlp] version = "0.5.1" [dependencies.secp256k1] version = "0.20.3" optional = true [dependencies.serde] version = "1.0.130" [dependencies.serde_json] version = "1.0.68" [dependencies.thiserror] version = "1.0.30" [dependencies.tiny-keccak] version = "2.0.2" features = ["sha3"] optional = true [dependencies.tonic] version = "0.5.2" default_features = false [dev-dependencies.chrono] version = "0.4.19" [dev-dependencies.hex] version = "0.4.3" [dev-dependencies.rand] version = "0.6.5" [dev-dependencies.secp256k1] version = "0.20.3" features = ["rand"] [dev-dependencies.skeptic] version = "0.13" [dev-dependencies.tokio] version = "1" features = ["full"] [build-dependencies.skeptic] version = "0.13" [features] default = ["sha3-hash", "secp256k1-sign", "tonic-transport"] secp256k1-rand = ["secp256k1-sign", "secp256k1/rand", "rand"] secp256k1-sign = ["secp256k1"] sha3-hash = ["tiny-keccak"] tonic-transport = ["tonic/transport"]