rspack_cacheable_macros 0.102.0

rspack cacheable macros
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
description       = "rspack cacheable macros"
edition.workspace = true
license           = "MIT"
name              = "rspack_cacheable_macros"
repository        = "https://github.com/web-infra-dev/rspack"
version.workspace = true
[lib]
doctest    = false
proc-macro = true
test       = false

[dependencies]
quote = { workspace = true }
syn   = { workspace = true, features = ["full", "visit-mut", "derive", "parsing", "printing", "clone-impls", "proc-macro"] }

[lints]
workspace = true