dioxus-bootstrap-css 0.2.2

Bootstrap 5.3 components for Dioxus — type-safe RSX wrappers powered by Bootstrap CSS
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"
rust-version = "1.85"
name = "dioxus-bootstrap-css"
version = "0.2.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Bootstrap 5.3 components for Dioxus — type-safe RSX wrappers powered by Bootstrap CSS"
readme = "README.md"
keywords = [
    "dioxus",
    "bootstrap",
    "wasm",
    "ui",
    "components",
]
categories = [
    "gui",
    "wasm",
    "web-programming",
]
license = "Apache-2.0"
repository = "https://github.com/mik-tf/dioxus-bootstrap"
resolver = "2"

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

[dependencies.dioxus]
version = "0.7"
features = [
    "macro",
    "html",
    "signals",
    "hooks",
    "document",
    "asset",
]
default-features = false

[dependencies.gloo-timers]
version = "0.3"
features = ["futures"]