# 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" rust-version = "1.75.0" name = "leptos_form" version = "0.2.0-rc1" authors = ["Trey Lowerison <19714082+tlowerison@users.noreply.github.com>"] description = "Derive forms from structs." readme = "README.md" keywords = [ "leptos", "form", "derive-macros", "ui", ] categories = ["web-programming"] license = "MIT OR Apache-2.0" repository = "https://github.com/tlowerison/leptos_form" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.js-sys] version = "0.3" optional = true [dependencies.leptos] version = "0.6.5" [dependencies.leptos_form_core] version = "=0.2.0-rc1" [dependencies.leptos_form_proc_macros] version = "=0.2.0-rc1" [dependencies.leptos_router] version = "0.6.5" [dependencies.wasm-bindgen] version = "0.2" [dependencies.web-sys] version = "0.3" optional = true [dev-dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.typed-builder] version = "0.18" [dev-dependencies.uuid] version = "1.7" features = [ "serde", "v4", ] [build-dependencies.rustc_version] version = "0.4.0" [features] bigdecimal = ["leptos_form_core/bigdecimal"] cache-local-storage = [ "js-sys", "leptos_form_core/cache-local-storage", "web-sys", "web-sys/Storage", ] cache-serde_json = ["leptos_form_core/cache-serde_json"] chrono = ["leptos_form_core/chrono"] num-bigint = ["leptos_form_core/num-bigint"] uuid = ["leptos_form_core/uuid"]