1# Copyright © SixtyFPS GmbH <info@slint.dev>
2# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial
3
4[package]
5name = "slint-macros"
6description = "Macro helper for slint crate"
7authors.workspace = true
8edition.workspace = true
9homepage = "https://slint.rs"
10keywords.workspace = true
11license.workspace = true
12repository.workspace = true
13rust-version.workspace = true
14version.workspace = true
15categories = ["gui", "development-tools"]
16
17[lib]
18proc-macro = true
19path = "lib.rs"
20
21[features]
22default = []
23
24[dependencies]
25i-slint-compiler = { workspace = true, features = ["default", "proc_macro_span", "rust", "display-diagnostics"] }
26
27proc-macro2 = "1.0.17"
28quote = "1.0"
29spin_on = "0.1"
30