[dependencies.hex]
version = "0.4"
[dependencies.proc-macro2]
version = "1.0"
[dependencies.quote]
version = "1.0"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.sha2]
version = "0.10"
[dependencies.syn]
features = ["full", "parsing", "extra-traits"]
version = "2.0"
[lib]
name = "hyperstack_macros"
path = "src/lib.rs"
proc-macro = true
[package]
authors = ["Hypertek"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools::procedural-macro-helpers"]
description = "Proc-macros for defining HyperStack streams"
documentation = "https://docs.rs/hyperstack-macros"
edition = "2021"
keywords = ["hyperstack", "streaming", "macros", "proc-macro"]
license-file = "LICENSE"
name = "hyperstack-macros"
readme = "README.md"
repository = "https://github.com/HyperTekOrg/hyperstack.git"
version = "0.2.0"