spume 0.2.0

Lightweight, ergonomic Solana JSON-RPC wasm client
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"
name = "spume"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Lightweight, ergonomic Solana JSON-RPC wasm client"
homepage = "https://github.com/aursen-labs/spume"
documentation = "https://docs.rs/spume"
readme = "README.md"
keywords = [
    "solana",
    "rpc",
    "wasm",
    "websocket",
    "json-rpc",
]
categories = [
    "wasm",
    "web-programming",
]
license = "Apache-2.0"
repository = "https://github.com/aursen-labs/spume"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
pubsub = [
    "dep:wasm-bindgen-futures",
    "gloo-net/websocket",
]

[lib]
name = "spume"
crate-type = ["rlib"]
path = "src/lib.rs"

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

[dependencies.futures]
version = "0.3"

[dependencies.getrandom]
version = "0.3"
features = ["wasm_js"]

[dependencies.gloo-net]
version = "0.7.0"
features = [
    "http",
    "json",
]
default-features = false

[dependencies.gloo-timers]
version = "0.4"
features = ["futures"]

[dependencies.http]
version = "1.4"

[dependencies.serde]
version = "1"

[dependencies.serde_json]
version = "1"

[dependencies.solana-address]
version = "2"

[dependencies.solana-epoch-info]
version = "3.1"
features = ["serde"]

[dependencies.solana-epoch-schedule]
version = "3.1"
features = ["serde"]

[dependencies.solana-rpc-client-types]
version = "=4.0.0-rc.0"

[dependencies.solana-transaction-status-client-types]
version = "=4.0.0-rc.0"

[dependencies.wasm-bindgen-futures]
version = "0.4"
optional = true

[dependencies.web-sys]
version = "0.3"
features = ["AbortController"]

[dev-dependencies.wasm-bindgen-test]
version = "0.3"