hikari-extra-components 0.2.2

Advanced UI components (node graph, rich text, etc.) for the Hikari design system
# 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 = "hikari-extra-components"
version = "0.2.2"
authors = ["langyo <langyo.china@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Advanced UI components (node graph, rich text, etc.) for the Hikari design system"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/celestia-island/hikari"
resolver = "2"

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

[[test]]
name = "extra_component_tests"
path = "tests/extra_component_tests.rs"

[[test]]
name = "node_graph_integration_tests"
path = "tests/node_graph_integration_tests.rs"

[[test]]
name = "node_graph_tests"
path = "tests/node_graph_tests.rs"

[dependencies.hikari-icons]
version = "^0.2"

[dependencies.hikari-palette]
version = "^0.2"

[dependencies.hikari-theme]
version = "^0.2"

[dependencies.lazy_static]
version = "^1"

[dependencies.serde]
version = "^1"
features = ["derive"]

[dependencies.serde_json]
version = "^1"

[dependencies.tairitsu-vdom]
version = "^0.5"