# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.73" name = "slint-macros" version = "1.8.0" authors = ["Slint Developers "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Macro helper for slint crate" homepage = "https://slint.rs" readme = "README.md" keywords = [ "gui", "toolkit", "graphics", "design", "ui", ] categories = [ "gui", "development-tools", ] license = "GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-Software-3.0" repository = "https://github.com/slint-ui/slint" [lib] name = "slint_macros" path = "lib.rs" proc-macro = true [dependencies.i-slint-compiler] version = "=1.8.0" features = [ "default", "proc_macro_span", "rust", "display-diagnostics", ] default-features = false [dependencies.proc-macro2] version = "1.0.17" [dependencies.quote] version = "1.0" [dependencies.spin_on] version = "0.1" [features] default = []