walrus-macro 0.26.0

Internal macros used by the `walrus` crate, not for public consumption.
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 = "walrus-macro"
version = "0.26.0"
authors = ["Nick Fitzgerald <fitzgen@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
Internal macros used by the `walrus` crate, not for public consumption.
"""
homepage = "https://github.com/rustwasm/walrus"
documentation = "https://docs.rs/walrus-macro"
readme = false
categories = ["wasm"]
license = "MIT/Apache-2.0"
repository = "https://github.com/rustwasm/walrus/tree/crates/macro"

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

[dependencies.heck]
version = "0.5.0"

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

[dependencies.quote]
version = "1.0.45"

[dependencies.syn]
version = "2.0.117"
features = ["extra-traits"]