about summary refs log tree commit diff
path: root/library/stdarch/crates/stdarch-verify/Cargo.toml
blob: c82a1262d04fc26159b727142d3efb1847c34c21 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[package]
name = "stdarch-verify"
version = "0.1.0"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
edition = "2024"

[dependencies]
proc-macro2 = "1.0"
quote = "1.0"
syn = { version = "2.0", features = ["full"] }

[lib]
proc-macro = true
test = false

[dev-dependencies]
serde = { version = "1.0", features = ['derive'] }
serde_json = "1.0.96"
quick-xml = { version = "0.33.0", features = ["serialize", "overlapped-lists"] }