hyperstack-stacks 0.3.3

Protocol stacks for Hyperstack - ready-to-use Solana data streams
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 = "2021"
name = "hyperstack-stacks"
version = "0.3.3"
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.3"

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

[dependencies.serde_json]
version = "1.0"