# 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-autocomplete" version = "0.3.1" authors = ["Gabor Pihaj "] description = "Auto-complete input for yew.rs" readme = "README.md" keywords = [ "yew", "wasm", "WebAssembly", ] license = "MIT" repository = "https://git.vdx.hu/voidcontext/yew-components" resolver = "1" [lib] crate-type = [ "cdylib", "rlib", ] [[example]] name = "autocomplete" crate-type = ["cdylib"] [dependencies.futures] version = "0.3.21" [dependencies.wasm-bindgen] version = "0.2.*" features = ["serde-serialize"] [dependencies.wasm-bindgen-futures] version = "0.4" [dependencies.web-sys] version = "0.3" features = ["HtmlSelectElement"] [dependencies.yew] version = "0.21" [dev-dependencies.gloo-utils] version = "0.1.6" [dev-dependencies.js-sys] version = "0.3.55" [dev-dependencies.wasm-bindgen-test] version = "0.3" [dev-dependencies.web-sys] version = "0.3" features = ["HtmlSelectElement"] [dev-dependencies.yew] version = "0.21" features = ["csr"] [dev-dependencies.yew-router] version = "0.18"