# 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.81" name = "gsdk" version = "1.6.2" authors = ["Gear Technologies"] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Rust SDK of the Gear network" homepage = "https://gear-tech.io" documentation = "https://docs.rs/gsdk" readme = "README.md" keywords = [ "gear", "api", "sdk", ] categories = [ "wasm", "api-bindings", ] license = "GPL-3.0" repository = "https://github.com/gear-tech/gear" [lib] name = "gsdk" path = "src/lib.rs" [[test]] name = "backtrace" path = "tests/backtrace.rs" [[test]] name = "main" path = "tests/main.rs" [[test]] name = "rpc" path = "tests/rpc.rs" [[test]] name = "voucher" path = "tests/voucher.rs" [dependencies.anyhow] version = "1.0.86" default-features = false [dependencies.base64] version = "0.21.7" [dependencies.colored] version = "2.1.0" [dependencies.futures] version = "0.3" default-features = false [dependencies.futures-util] version = "0.3.30" [dependencies.gear-core] version = "=1.6.2" features = ["std"] default-features = false [dependencies.gear-core-errors] version = "=1.6.2" [dependencies.gsdk-codegen] version = "=1.6.2" [dependencies.hex] version = "0.4.3" default-features = false [dependencies.indexmap] version = "2.2.6" [dependencies.jsonrpsee] version = "^0.16" features = [ "http-client", "ws-client", ] [dependencies.log] version = "0.4.22" default-features = false [dependencies.parity-scale-codec] version = "3.6.4" default-features = false [dependencies.parking_lot] version = "0.12.3" [dependencies.rand] version = "0.8" optional = true default-features = false [dependencies.scale-decode] version = "0.13.0" [dependencies.scale-value] version = "^0.16" [dependencies.serde] version = "^1" default-features = false [dependencies.serde_json] version = "^1" [dependencies.sp-core] version = "22.0.0" default-features = false [dependencies.sp-runtime] version = "25.0.0" features = ["std"] default-features = false [dependencies.subxt] version = "0.37.0" [dependencies.thiserror] version = "1.0.62" [dev-dependencies.gear-node-wrapper] version = "=1.6.2" [dev-dependencies.tokio] version = "1.38.0" features = ["full"] [build-dependencies.gear-utils] version = "=1.6.2" [features] testing = ["rand"]