fury_sdk 0.1.0

A Rust client library for interacting with the FURY API service - a comprehensive toolkit for Solana token operations.
Documentation
[[bin]]
name = "fury_sdk"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.98"

[dependencies.bincode]
version = "1.3.3"

[dependencies.bs58]
version = "0.5.1"

[dependencies.reqwest]
features = ["json"]
version = "0.12.15"

[dependencies.serde]
features = ["derive"]
version = "1.0.219"

[dependencies.solana-sdk]
features = ["borsh", "full", "serde_json", "solana-signature", "program"]
version = "2.2.2"

[dependencies.tokio]
features = ["full"]
version = "1.36.0"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings", "development-tools"]
description = "A Rust client library for interacting with the FURY API service - a comprehensive toolkit for Solana token operations."
edition = "2021"
include = ["src/**", "Cargo.toml", "README.md", "LICENSE*"]
keywords = ["sdk", "fury", "api"]
license = "MIT"
name = "fury_sdk"
readme = "README.md"
repository = "https://github.com/furydotbot/rust-sdk"
version = "0.1.0"