hyperstack 0.1.8

Real-time streaming data pipelines for Solana - transform on-chain events into typed state projections
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"
version = "0.1.8"
authors = ["Hypertek"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Real-time streaming data pipelines for Solana - transform on-chain events into typed state projections"
documentation = "https://docs.rs/hyperstack"
readme = "README.md"
keywords = [
    "hyperstack",
    "solana",
    "streaming",
    "blockchain",
    "realtime",
]
categories = [
    "web-programming",
    "development-tools",
]
license-file = "LICENSE"
repository = "https://github.com/HyperTekOrg/hyperstack.git"

[features]
default = [
    "interpreter",
    "macros",
    "server",
]
full = [
    "interpreter",
    "macros",
    "server",
    "sdk",
]
interpreter = ["dep:hyperstack-interpreter"]
macros = ["dep:hyperstack-macros"]
sdk = ["dep:hyperstack-sdk"]
server = ["dep:hyperstack-server"]

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

[dependencies.hyperstack-interpreter]
version = "0.1.8"
optional = true

[dependencies.hyperstack-macros]
version = "0.1.8"
optional = true

[dependencies.hyperstack-sdk]
version = "0.1.8"
optional = true

[dependencies.hyperstack-server]
version = "0.1.8"
optional = true