hyperstack-macros 0.3.3

Proc-macros for defining HyperStack 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-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",
]