orbital-shell 0.1.1

Extractable Orbital application shell: layouts, navigation, and composition helpers
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 = "2021"
name = "orbital-shell"
version = "0.1.1"
authors = ["Sean O'Rourke"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Extractable Orbital application shell: layouts, navigation, and composition helpers"
homepage = "https://unified-field-dev.github.io/orbital/"
documentation = "https://docs.rs/orbital-shell"
readme = false
keywords = [
    "leptos",
    "ui",
    "wasm",
    "components",
    "design-system",
]
categories = [
    "web-programming",
    "gui",
]
license = "MIT"
repository = "https://github.com/unified-field-dev/orbital"

[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",
]

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

[lib]
name = "orbital_shell"
path = "src/lib.rs"
doctest = false

[dependencies.icondata]
version = "0.4.0"
features = [
    "ant-design-icons",
    "box-icons",
    "lucide",
]
default-features = false

[dependencies.icondata_core]
version = "0.1.0"

[dependencies.leptos]
version = "0.8.20"
features = ["nightly"]
default-features = false

[dependencies.leptos_router]
version = "0.8.14"
features = ["nightly"]

[dependencies.orbital-base-components]
version = "0.1.1"

[dependencies.orbital-core-components]
version = "0.1.1"

[dependencies.orbital-macros]
version = "0.1.2"

[dependencies.orbital-primitives]
version = "0.1.1"
default-features = false

[dependencies.pulldown-cmark]
version = "0.13"

[dependencies.serde]
version = "1.0"
features = [
    "derive",
    "derive",
]

[dependencies.turf]
version = "0.10"

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

[dependencies.web-sys]
version = "0.3"
features = [
    "Window",
    "MediaQueryList",
    "Event",
    "Storage",
]

[lints.clippy]
clone_on_copy = "allow"
module_inception = "allow"
needless_range_loop = "allow"
question_mark = "allow"
redundant_locals = "allow"
too_many_arguments = "allow"
type_complexity = "allow"
unused_unit = "allow"

[lints.clippy.all]
level = "warn"
priority = -1

[lints.rust]
unsafe_code = "forbid"

[lints.rust.unused]
level = "warn"
priority = -1