lbc 0.1.19

A Leptos component library based on the Bulma CSS framework.
Documentation
# 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 = "2024"
name = "lbc"
version = "0.1.19"
authors = ["Konstantin Pupkov <konstantin.pupkov@fromkos.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Leptos component library based on the Bulma CSS framework."
documentation = "https://docs.rs/lbc"
readme = "README.md"
keywords = [
    "wasm",
    "web",
    "bulma",
    "sass",
    "leptos",
]
categories = [
    "wasm",
    "web-programming",
]
license = "MIT OR Apache-2.0"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
default = []
logging = []

[lib]
name = "lbc"
path = "src/lib.rs"

[dependencies.console_error_panic_hook]
version = "0.1.7"

[dependencies.gloo-console]
version = "0.3.0"

[dependencies.js-sys]
version = "0.3"

[dependencies.leptos]
version = "=0.8.17"

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

[dev-dependencies.leptos]
version = "=0.8.17"
features = ["ssr"]

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

[target.'cfg(target_arch = "wasm32")'.dependencies.web-sys]
version = "0.3"
features = [
    "Event",
    "EventTarget",
    "HtmlCollection",
    "HtmlInputElement",
    "HtmlOptionElement",
    "HtmlOptionsCollection",
    "HtmlSelectElement",
]