[dependencies.hyperstack-sdk]
version = "0.3.2"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[features]
default = ["pumpfun"]
full = ["pumpfun"]
pumpfun = []
[lib]
name = "hyperstack_stacks"
path = "src/lib.rs"
[package]
authors = ["Hypertek"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings", "web-programming"]
description = "Protocol stacks for Hyperstack - ready-to-use Solana data streams"
documentation = "https://docs.rs/hyperstack-stacks"
edition = "2021"
keywords = ["hyperstack", "solana", "blockchain", "streaming"]
license = "MIT"
name = "hyperstack-stacks"
readme = "README.md"
repository = "https://github.com/HyperTekOrg/hyperstack.git"
version = "0.3.2"