dioxus-bootstrap 0.7.1

A set of Bootstrap-based components for Dioxus.
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 = "dioxus-bootstrap"
version = "0.7.1"
authors = ["Erica Stith <rexlunae@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A set of Bootstrap-based components for Dioxus."
documentation = "https://docs.rs/dioxus_bootstrap/"
readme = "README.md"
keywords = [
    "dioxus",
    "bootstrap",
    "components",
    "web",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/rexlunae/dioxus-bootstrap"

[features]
default = []
desktop = ["dioxus/desktop"]
mobile = ["dioxus/mobile"]
web = ["dioxus/web"]

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

[[example]]
name = "demo"
path = "examples/demo/main.rs"

[dependencies.dioxus]
version = "0.7"

[dependencies.dioxus-router]
version = "0.7"

[profile.android-dev]
inherits = "dev"

[profile.server-dev]
inherits = "dev"

[profile.wasm-dev]
opt-level = 1
inherits = "dev"