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

[lib]
proc-macro = true
test = false

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

[lints.rust]
unexpected_cfgs = {level = "warn", check-cfg = ['cfg(optimized)'] }