# 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" name = "iocraft-macros" version = "0.1.7" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Macro implementations for the iocraft crate." readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/ccbrown/iocraft" [lib] name = "iocraft_macros" path = "src/lib.rs" proc-macro = true [[test]] name = "component" path = "tests/component.rs" [[test]] name = "element" path = "tests/element.rs" [[test]] name = "props" path = "tests/props.rs" [[test]] name = "with_layout_style_props" path = "tests/with_layout_style_props.rs" [dependencies.proc-macro2] version = "1.0.86" [dependencies.quote] version = "1.0.37" [dependencies.syn] version = "2.0.77" features = ["full"] [dependencies.uuid] version = "1.10.0" features = ["v4"] [dev-dependencies.smol] version = "2.0.1" [dev-dependencies.unicode-width] version = "0.1.13"