# 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 = "input_yew" version = "0.1.10" authors = ["Mahmoud Harmouch "] exclude = [ "/assets", "/examples", ] description = "A feature-rich, accessible, highly customizable, functional, reusable input component for the Yew framework." documentation = "https://docs.rs/input_yew/" readme = "README.md" keywords = [ "input", "yew", "rust", "input_yew", ] license = "Apache-2.0" repository = "https://github.com/wiseaidev/input-yew" [profile.release] opt-level = "z" lto = "thin" codegen-units = 1 strip = "symbols" [dependencies.web-sys] version = "0.3.64" default-features = false [dependencies.yew] version = "0.21.0" default-features = false [dev-dependencies.regex] version = "1.10.2" [dev-dependencies.serde] version = "1.0.193" features = ["derive"]