gsdk 2.0.0

Rust SDK of the Gear network
Documentation
# 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 = "2024"
rust-version = "1.91"
name = "gsdk"
version = "2.0.0"
authors = ["Gear Technologies"]
build = "build.rs"
autolib = false
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",
    "actor-model",
    "api",
    "sdk",
]
categories = [
    "wasm",
    "api-bindings",
]
license = "GPL-3.0"
repository = "https://github.com/gear-tech/gear"

[features]
testing = []

[lib]
name = "gsdk"
path = "src/lib.rs"

[[test]]
name = "backend"
path = "tests/backend.rs"

[[test]]
name = "backtrace"
path = "tests/backtrace.rs"

[[test]]
name = "builtin_bls381"
path = "tests/builtin_bls381.rs"

[[test]]
name = "loop"
path = "tests/loop.rs"

[[test]]
name = "main"
path = "tests/main.rs"

[[test]]
name = "memory_dump"
path = "tests/memory_dump.rs"

[[test]]
name = "node"
path = "tests/node.rs"

[[test]]
name = "rpc"
path = "tests/rpc.rs"

[[test]]
name = "set_code"
path = "tests/set_code.rs"

[[test]]
name = "upload"
path = "tests/upload.rs"

[[test]]
name = "user_message_sent"
path = "tests/user_message_sent.rs"

[[test]]
name = "voucher"
path = "tests/voucher.rs"

[dependencies.colored]
version = "2.1.0"

[dependencies.derive_more]
version = "2.0.1"
features = ["full"]
default-features = false

[dependencies.futures]
version = "0.3"
default-features = false

[dependencies.gear-core]
version = "=2.0.0"
features = ["std"]
default-features = false

[dependencies.gear-core-errors]
version = "=2.0.0"

[dependencies.gear-utils]
version = "=2.0.0"

[dependencies.gear-workspace-hack]
version = "0.1.0"

[dependencies.gsdk-codegen]
version = "=2.0.0"

[dependencies.hex]
version = "0.4.3"
default-features = false

[dependencies.indexmap]
version = "2.2.6"
features = ["std"]
default-features = false

[dependencies.jsonrpsee]
version = "^0.24"
features = [
    "http-client",
    "ws-client",
]

[dependencies.log]
version = "0.4.22"
default-features = false

[dependencies.parity-scale-codec]
version = "3.7.5"
default-features = false

[dependencies.parking_lot]
version = "0.12.3"

[dependencies.serde]
version = "^1"
features = ["derive"]
default-features = false

[dependencies.serde_json]
version = "1.0.135"
features = ["alloc"]
default-features = false

[dependencies.sp-core]
version = "34.0.0"
features = [
    "std",
    "full_crypto",
]
default-features = false

[dependencies.sp-keyring]
version = "39.0.0"
default-features = false

[dependencies.sp-runtime]
version = "39.0.1"
features = ["std"]
default-features = false

[dependencies.subxt]
version = "0.44.0"

[dependencies.thiserror]
version = "2.0.12"
default-features = false

[dependencies.tokio]
version = "1.38.0"
features = ["fs"]

[dependencies.url]
version = "2.5.2"

[dev-dependencies.ark-bls12-381]
version = "0.4.0"
features = ["curve"]
default-features = false

[dev-dependencies.ark-ec]
version = "0.4.2"
default-features = false

[dev-dependencies.ark-scale]
version = "0.0.12"
features = ["hazmat"]
default-features = false

[dev-dependencies.ark-serialize]
version = "0.4"
features = ["derive"]
default-features = false

[dev-dependencies.ark-std]
version = "0.4.0"
default-features = false

[dev-dependencies.gear-node-wrapper]
version = "=2.0.0"

[dev-dependencies.serde_json]
version = "1.0.135"
features = [
    "alloc",
    "std",
]
default-features = false

[dev-dependencies.tokio]
version = "1.38.0"
features = ["full"]

[dev-dependencies.wat]
version = "1.0.71"