orbital-core-components 0.1.1

Themed Orbital UI components for Leptos applications
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-core-components"
version = "0.1.1"
authors = ["Sean O'Rourke"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Themed Orbital UI components for Leptos applications"
homepage = "https://unified-field-dev.github.io/orbital/"
documentation = "https://docs.rs/orbital-core-components"
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

[package.metadata.turf.class_names]
template = "<original_name>-<name_hash_short>"
excludes = [
    "^orbital-button.*",
    "^orbital-material.*",
    "^orbital-card.*",
    "^orbital-app-bar.*",
    "^orbital-layout.*",
    "^orbital-navigation.*",
    "^orbital-icon.*",
    "^orbital-scroll-area.*",
    "^orbital-tab.*",
    "^orbital-code.*",
    "^orbital-input.*",
    "^orbital-label.*",
    "^orbital-field.*",
    "^orbital-select.*",
    "^orbital-checkbox.*",
    "^orbital-switch.*",
    "^orbital-slider.*",
    "^orbital-numeric-stepper.*",
    "^orbital-textarea.*",
    "^orbital-tooltip.*",
    "^orbital-popover.*",
    "^orbital-menu.*",
    "^orbital-dialog.*",
    "^orbital-backdrop.*",
    "^orbital-overlay-layer.*",
    "^orbital-transfer-list.*",
    "^orbital-floating-actions-menu.*",
    "^orbital-message-bar.*",
    "^orbital-spinner.*",
    "^orbital-skeleton.*",
    "^orbital-badge.*",
    "^orbital-toast.*",
    "^orbital-loading-bar.*",
    "^orbital-grid.*",
    "^orbital-table.*",
    "^orbital-avatar.*",
    "^orbital-persona.*",
    "^orbital-link.*",
    "^orbital-image.*",
    "^orbital-breadcrumb.*",
    "^orbital-divider.*",
    "^orbital-space.*",
    "^orbital-date-picker.*",
    "^orbital-time-picker.*",
    "^orbital-color-picker.*",
    "^orbital-swatch-picker.*",
    "^orbital-combobox.*",
    "^orbital-auto-complete.*",
    "^orbital-tag.*",
    "^orbital-interaction-tag.*",
    "^orbital-rating.*",
    "^orbital-progress-bar.*",
    "^orbital-progress-circle.*",
    "^orbital-accordion.*",
    "^orbital-drawer.*",
    "^orbital-stack.*",
    "^orbital-upload.*",
    "^orbital-anchor.*",
    "^orbital-floating-button.*",
    "^orbital-back-to-top.*",
    "^orbital-content-with-aside.*",
    "^orbital-tree.*",
    "^orbital-motion-collapse.*",
    "^orbital-pagination.*",
    "^orbital-carousel.*",
]

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

[features]
default = []
hydrate = [
    "leptos/hydrate",
    "orbital-theme/hydrate",
    "orbital-base-components/hydrate",
    "orbital-style/hydrate",
    "orbital-motion/hydrate",
    "preview",
    "dep:inventory",
    "dep:pulldown-cmark",
]
preview = [
    "dep:inventory",
    "dep:pulldown-cmark",
]
ssr = [
    "leptos/ssr",
    "orbital-theme/ssr",
    "orbital-base-components/ssr",
    "orbital-style/ssr",
    "orbital-motion/ssr",
    "preview",
    "dep:inventory",
    "dep:pulldown-cmark",
]

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

[dependencies.chrono]
version = "0.4"
features = [
    "clock",
    "std",
    "wasmbind",
]
default-features = 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.inventory]
version = "0.3"
optional = true

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

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

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

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

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

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

[dependencies.palette]
version = "0.7"

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

[dependencies.turf]
version = "0.10"

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

[dependencies.web-sys]
version = "0.3"
features = [
    "HtmlElement",
    "HtmlInputElement",
]

[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