orbital-motion 0.1.1

Shared motion tokens, atoms, and presence utilities for Orbital
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-motion"
version = "0.1.1"
authors = ["Sean O'Rourke"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared motion tokens, atoms, and presence utilities for Orbital"
homepage = "https://unified-field-dev.github.io/orbital/"
documentation = "https://docs.rs/orbital-motion"
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.docs.rs]
all-features = false
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
default = ["preview"]
hydrate = [
    "leptos/hydrate",
    "orbital-style/hydrate",
    "preview",
    "dep:inventory",
    "dep:pulldown-cmark",
    "dep:wasm-bindgen",
]
preview = [
    "dep:inventory",
    "dep:orbital-macros",
    "dep:pulldown-cmark",
]
ssr = [
    "leptos/ssr",
    "orbital-style/ssr",
    "preview",
    "dep:inventory",
    "dep:pulldown-cmark",
]

[lib]
name = "orbital_motion"
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.inventory]
version = "0.3"
optional = true

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

[dependencies.leptos_transition_group]
version = "0.2.0"

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

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

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

[dependencies.turf]
version = "0.10"

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

[dependencies.web-sys]
version = "=0.3.103"
features = [
    "CssStyleDeclaration",
    "Element",
    "EventTarget",
    "HtmlElement",
    "MediaQueryList",
]

[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