# 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 = "yew-attrs-macro" version = "0.2.4" authors = ["Rust For Web "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Dynamic attributes for Yew." readme = "README.md" license = "MIT" repository = "https://github.com/RustForWeb/yew-attrs" [lib] name = "yew_attrs_macro" path = "src/lib.rs" proc-macro = true [[test]] name = "attrs_component_test" path = "tests/attrs_component_test.rs" [[test]] name = "attrs_macro_test" path = "tests/attrs_macro_test.rs" [dependencies.once_cell] version = "1.19.0" [dependencies.proc-macro-error] version = "1.0.4" [dependencies.proc-macro2] version = "1.0.86" [dependencies.quote] version = "1.0.36" [dependencies.syn] version = "2.0.74" features = [ "full", "extra-traits", ] [dev-dependencies.indexmap] version = "2.4.0" [dev-dependencies.tokio] version = "1.39.2" features = ["full"] [dev-dependencies.trybuild] version = "1.0.99" [dev-dependencies.yew] version = "0.21.0" features = ["ssr"] [dev-dependencies.yew-attrs] version = "0.2.3"