# 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 = "near-fetch" version = "0.6.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ High level client library for transacting to the NEAR network. """ readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/ChaoticTempest/fetch" [lib] name = "near_fetch" path = "src/lib.rs" [dependencies.base64] version = "0.22" [dependencies.near-account-id] version = "1" [dependencies.near-crypto] version = "0.26" [dependencies.near-gas] version = "0.3" features = [ "serde", "borsh", "schemars", ] [dependencies.near-jsonrpc-client] version = "0.13" default-features = false [dependencies.near-jsonrpc-primitives] version = "0.26" [dependencies.near-primitives] version = "0.26" [dependencies.near-token] version = "0.3" [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tokio-retry] version = "0.3" [features] adversarial = ["near-jsonrpc-client/adversarial"] any = ["near-jsonrpc-client/any"] default = ["rustls-tls"] native-tls = ["near-jsonrpc-client/native-tls"] rustls-tls = ["near-jsonrpc-client/rustls-tls"] sandbox = ["near-jsonrpc-client/sandbox"]