mingot 0.6.0

Leptos UI library for applications demanding mathematical precision - u64+ integers, arbitrary-precision decimals, zero precision loss
Documentation
[dependencies.leptos]
features = ["csr"]
version = "0.8.12"

[dependencies.leptos_meta]
version = "0.8.5"

[dependencies.leptos_router]
version = "0.8.9"

[dependencies.rust_decimal]
default-features = false
optional = true
version = "1.39"

[dependencies.wasm-bindgen]
version = "0.2"

[dependencies.web-sys]
features = ["HtmlElement", "HtmlInputElement", "Window", "Document", "CssStyleDeclaration", "DomRect", "Element", "File", "FileList", "DataTransfer", "ClipboardEvent", "Clipboard", "Navigator"]
version = "0.3"

[dev-dependencies.wasm-bindgen-test]
version = "0.3"

[features]
csr = ["leptos/csr"]
default = ["csr"]
high-precision = ["rust_decimal"]
hydrate = ["leptos/hydrate"]
ssr = ["leptos/ssr"]

[lib]
crate-type = ["cdylib", "rlib"]
name = "mingot"
path = "src/lib.rs"

[package]
authors = ["Industrial Algebra <noreply@industrial-algebra.org>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["gui", "web-programming", "science", "mathematics"]
description = "Leptos UI library for applications demanding mathematical precision - u64+ integers, arbitrary-precision decimals, zero precision loss"
edition = "2021"
keywords = ["leptos", "ui", "precision", "mathematics", "decimal"]
license = "MIT OR Apache-2.0"
name = "mingot"
readme = "README.md"
repository = "https://github.com/Industrial-Algebra/Mingot"
version = "0.6.0"

[profile.wasm-release]
codegen-units = 1
inherits = "release"
lto = true
opt-level = "z"