# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "yew_form" version = "0.1.7" authors = ["J-F Bilodeau "] description = "Bringing MVC to Yew! A set mildly opinionated Yew component to map and validate a model to a HTML form" readme = "../README.md" categories = ["web-programming"] license = "MIT" repository = "https://github.com/jfbilodeau/yew_form" [dependencies.validator] version = "0.10.0" [dependencies.validator_derive] version = "0.10.0" [dependencies.yew] version = "0.17"