junobuild-macros 0.3.1

Procedural macros for hooking into various events in Juno.
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 = "junobuild-macros"
version = "0.3.1"
authors = ["David Dal Busco <https://daviddalbusco.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Procedural macros for hooking into various events in Juno."
homepage = "https://juno.build"
documentation = "https://docs.rs/junobuild-macros"
readme = "README.md"
license = "MIT"
repository = "https://github.com/junobuild/juno"

[lib]
name = "junobuild_macros"
path = "src/lib.rs"
proc-macro = true

[dependencies.proc-macro2]
version = "1.0.93"

[dependencies.quote]
version = "1.0.38"

[dependencies.serde]
version = "1.0.225"

[dependencies.serde_tokenstream]
version = "0.2.2"

[dependencies.syn]
version = "2.0.98"
features = ["full"]