# 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 = "i-slint-core-macros" version = "1.8.0" authors = ["Slint Developers "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Helper macro for i-slint-core" homepage = "https://slint.dev" readme = "README.md" 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 = "i_slint_core_macros" path = "lib.rs" proc-macro = true [dependencies.quote] version = "1.0" [dependencies.syn] version = "2.0" [features] default = []