# 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-recaptcha-v3" version = "0.21.0" description = "reCAPTCHA is a free service from Google that helps protect websites from spam and abuse" readme = "README.md" license = "MIT" repository = "https://github.com/security-union/yew-recaptcha.git" [dependencies.anyhow] version = "1.0.61" [dependencies.gloo-console] version = "0.3" [dependencies.gloo-utils] version = "0.2" [dependencies.js-sys] version = "0.3.59" [dependencies.serde] version = "1.0.143" [dependencies.serde-wasm-bindgen] version = "0.6" [dependencies.wasm-bindgen] version = "0.2.83" [dependencies.wasm-bindgen-futures] version = "0.4.32" [dependencies.web-sys] version = "0.3.58" features = [ "HtmlCanvasElement", "Element", ] [dependencies.yew] version = "0.21"