# 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.66" name = "crux_macros" version = "0.4.1" authors = ["Red Badger Consulting Limited"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Macros for use with crux_core" readme = "README.md" keywords = [ "crux", "crux_core", "cross-platform-ui", "ffi", "wasm", ] license = "Apache-2.0" repository = "https://github.com/redbadger/crux/" resolver = "1" [lib] name = "crux_macros" path = "src/lib.rs" proc-macro = true [dependencies.darling] version = "0.20.10" [dependencies.proc-macro-error] version = "1.0.4" [dependencies.proc-macro2] version = "1.0.88" [dependencies.quote] version = "1.0.37" [dependencies.syn] version = "2.0.82" [dev-dependencies.insta] version = "1.40" [dev-dependencies.prettyplease] version = "0.2" [dev-dependencies.serde] version = "1.0.210" features = ["derive"]