rspack_binding_builder_macros 0.7.5

Rspack binding builder macros
# 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 = "2024"
name = "rspack_binding_builder_macros"
version = "0.7.5"
authors = ["Rspack Teams"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rspack binding builder macros"
homepage = "https://rspack.rs/"
documentation = "https://rspack.rs/"
readme = "README.md"
categories = [
    "development-tools",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/web-infra-dev/rspack"
resolver = "2"

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

[dependencies.proc-macro2]
version = "1.0.105"
default-features = false

[dependencies.quote]
version = "1.0.43"
default-features = false

[dependencies.rspack_binding_builder]
version = "=0.7.5"
default-features = false

[dependencies.syn]
version = "2.0.114"
features = [
    "full",
    "visit-mut",
    "derive",
    "parsing",
    "printing",
    "clone-impls",
    "proc-macro",
]
default-features = false