# 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-callbacks" version = "0.2.1" include = [ "src/**/*.rs", "LICENSE.Apache-2.0", "LICENSE.MIT", ] description = "Create and manage callbacks per component without creating duplicates" homepage = "https://github.com/cecton/yew-callbacks" documentation = "https://docs.rs/yew-callbacks" readme = "README.md" keywords = [ "yew", "callback", "cache", ] categories = ["rust-patterns"] license = "MIT OR Apache-2.0" repository = "https://github.com/cecton/yew-callbacks" [lib] proc-macro = true [dev-dependencies.futures] version = "0.3" [dev-dependencies.gloo] version = "0.8" [dev-dependencies.serde] version = "1" features = ["derive"] [dev-dependencies.strum] version = "0.24" features = ["derive"] [dev-dependencies.web-sys] version = "0.3" features = ["HtmlInputElement"] [dev-dependencies.xtask-wasm] version = "0.1.10" features = ["run-example"] [dev-dependencies.yew] version = "0.20" features = [ "ssr", "csr", ] [target."cfg(not(target_arch = \"wasm32\"))".dependencies.heck] version = "0.4.0" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.proc-macro-error] version = "1.0.4" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.proc-macro2] version = "1.0.49" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.quote] version = "1.0.23" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.syn] version = "1.0.107" features = ["full"]