# 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.79" name = "input-rs" version = "0.2.3" authors = ["Mahmoud Harmouch "] build = false exclude = [ "assets", "examples", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A feature-rich, accessible, highly customizable, functional, reusable input component for Wasm Frameworks." documentation = "https://docs.rs/input-rs/" readme = "README.md" keywords = [ "input", "yew", "dioxus", "leptos", "input-rs", ] categories = [ "web-programming", "science", ] license = "Apache-2.0" repository = "https://github.com/opensass/input-rs" [profile.release] opt-level = "z" lto = "thin" codegen-units = 1 debug = 0 panic = "abort" incremental = false strip = "symbols" [lib] name = "input_rs" path = "src/lib.rs" [dependencies.dioxus] version = "0.5" optional = true [dependencies.leptos] version = "0.7.0" optional = true [dependencies.web-sys] version = "0.3" default-features = false [dependencies.yew] version = "0.21.0" optional = true default-features = false [dev-dependencies.bump2version] version = "0.1.4" [dev-dependencies.regex] version = "1.10.2" [dev-dependencies.serde] version = "1.0.193" features = ["derive"] [features] dio = ["dioxus"] lep = ["leptos"] yew = ["dep:yew"] [badges.maintenance] status = "actively-developed"