[package] name = "yew-recaptcha-v3" version = "0.21.0" edition = "2021" repository = "https://github.com/security-union/yew-recaptcha.git" description = "reCAPTCHA is a free service from Google that helps protect websites from spam and abuse" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] yew = "0.21" gloo-console = "0.3" gloo-utils = "0.2" anyhow = "1.0.61" wasm-bindgen = "0.2.83" wasm-bindgen-futures = "0.4.32" serde-wasm-bindgen = "0.6" js-sys = "0.3.59" serde = "1.0.143" [dependencies.web-sys] version = "0.3.58" features = [ "HtmlCanvasElement", "Element" ]