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