dioxus-nox-shell 0.13.2

Application shell layout primitive 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-nox-shell"
version = "0.13.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Application shell layout primitive for Dioxus"
readme = "README.md"
keywords = [
    "dioxus",
    "layout",
    "shell",
    "sidebar",
    "wasm",
]
categories = [
    "gui",
    "wasm",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/7A9599F5/dioxus-nox"
resolver = "2"

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

[[example]]
name = "admin"
path = "examples/admin.rs"

[[example]]
name = "basic"
path = "examples/basic.rs"

[[example]]
name = "cmdk_search"
path = "examples/cmdk_search.rs"

[[example]]
name = "mobile_native"
path = "examples/mobile_native.rs"

[[example]]
name = "mobile_variants"
path = "examples/mobile_variants.rs"

[[example]]
name = "notes"
path = "examples/notes.rs"

[[example]]
name = "task_manager"
path = "examples/task_manager.rs"

[[example]]
name = "workspace"
path = "examples/workspace.rs"

[dependencies.dioxus]
version = "=0.7.4"

[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies.dioxus]
version = "=0.7.4"
features = ["desktop"]

[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies.dioxus-nox-cmdk]
version = "0.13"
features = ["desktop"]
default-features = false

[target.'cfg(target_arch = "wasm32")'.dependencies.getrandom]
version = "0.3"
features = ["wasm_js"]

[target.'cfg(target_arch = "wasm32")'.dev-dependencies.dioxus-nox-cmdk]
version = "0.13"
features = ["web"]
default-features = false