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