# 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 = "leptos_form_tool" version = "0.2.2" authors = ["Mitchell Marino"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A declarative way to create forms for leptos." readme = "README.md" keywords = [ "leptos", "web", "wasm", "html", ] categories = ["web-programming"] license = "MIT OR Apache-2.0" repository = "https://github.com/MitchellMarinoDev/leptos_form_tool.git" [lib] name = "leptos_form_tool" path = "src/lib.rs" [dependencies.leptos] version = "0.6" [dependencies.leptos_router] version = "0.6" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.web-sys] version = "0.3"