orbital-shell 0.1.1

Extractable Orbital application shell: layouts, navigation, and composition helpers
Documentation
[package]
name = "orbital-shell"
version = "0.1.1"
edition = "2021"
categories = ["web-programming", "gui"]
keywords = ["leptos", "ui", "wasm", "components", "design-system"]
authors = ["Sean O'Rourke"]
documentation = "https://docs.rs/orbital-shell"
homepage = "https://unified-field-dev.github.io/orbital/"
repository = "https://github.com/unified-field-dev/orbital"
description = "Extractable Orbital application shell: layouts, navigation, and composition helpers"
license = "MIT"

[lints]
workspace = true

[lib]
doctest = false

[dependencies]
leptos.workspace = true
leptos_router.workspace = true
icondata.workspace = true
icondata_core.workspace = true
turf.workspace = true
pulldown-cmark = "0.13"

orbital-macros = { path = "../orbital-macros", version = "0.1.2" }
orbital-primitives = { path = "../orbital-primitives", version = "0.1.1", default-features = false }
orbital-core-components = { path = "../orbital-core-components", version = "0.1.1" }
orbital-base-components = { path = "../orbital-base-components", version = "0.1.1" }

wasm-bindgen.workspace = true
web-sys = { version = "0.3", features = ["Window", "MediaQueryList", "Event", "Storage"] }

serde = { workspace = true, features = ["derive"] }

[features]
default = []
hydrate = ["leptos/hydrate", "orbital-primitives/hydrate"]
ssr = ["leptos/ssr", "leptos_router/ssr", "orbital-primitives/ssr"]

[package.metadata.turf]
minify = true
load_paths = ["src/styles"]

[package.metadata.turf-dev]
minify = false

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