# 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" rust-version = "1.75.0" name = "unc-jsonrpc-client" version = "0.10.2" authors = ["unc Inc "] description = "Lower-level API for interfacing with the unc Protocol via JSONRPC" readme = "README.md" keywords = [ "unc", "api", "jsonrpc", "rpc", "async", ] categories = [ "asynchronous", "api-bindings", "network-programming", ] license = "MIT OR Apache-2.0" repository = "https://github.com/jong-un-crypto/unc-jsonrpc-client-rs" [package.metadata.docs.rs] features = [ "any", "sandbox", ] [[example]] name = "auth" [dependencies.borsh] version = "1.3.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.17" [dependencies.reqwest] version = "0.12.3" features = ["json"] default-features = false [dependencies.serde] version = "1.0.145" [dependencies.serde_json] version = "1.0.85" [dependencies.thiserror] version = "1.0.37" [dependencies.unc-chain-configs] version = "0.10.2" [dependencies.unc-crypto] version = "0.10.2" [dependencies.unc-jsonrpc-primitives] version = "0.10.2" [dependencies.unc-primitives] version = "0.10.2" [dev-dependencies.env_logger] version = "0.11.3" [dev-dependencies.tokio] version = "1.0" features = [ "macros", "rt-multi-thread", ] [features] adversarial = [] any = [] default = ["native-tls"] native-tls = ["reqwest/native-tls"] rustls-tls = ["reqwest/rustls-tls"] sandbox = []