include_packed_macros 0.1.3

(semver-exempt implementation detail of `include-packed`; do not use)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "include_packed_macros"
version = "0.1.3"
edition = "2024"
license = "MIT"
repository = "https://github.com/xangelix/include_packed"
documentation = "https://docs.rs/include_packed_macros"
description = "(semver-exempt implementation detail of `include-packed`; do not use)"

[lib]
proc-macro = true

[dependencies]
syn = { version = "2", features = ["full"] }
quote = "1"
proc-macro2 = "1"
proc-macro-crate = "3"
zstd = "0.13"