dxc 1.0.0

A concise, modern dioxus component library
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 = "2024"
rust-version = "1.89.0"
name = "dxc"
version = "1.0.0"
authors = ["efahnjoe"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A concise, modern dioxus component library"
homepage = "https://github.com/efahnjoe/dxc#README.md"
readme = "README.md"
keywords = [
    "ui",
    "component",
    "dioxus",
    "web",
    "desktop",
]
license = "MIT"
repository = "https://github.com/efahnjoe/dxc"

[lib]
name = "dxc"
path = "src/lib.rs"

[dependencies.dioxus]
version = "^0.7.3"
features = [
    "router",
    "fullstack",
]

[dependencies.dxc-icons]
version = "^0.3.0"

[dependencies.dxc-macros]
version = "^0.2.0"

[dependencies.dxc-theme-chalk]
version = "0.1.0"

[dependencies.once_cell]
version = "^1.21.3"

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

[dependencies.strum]
version = "^0.27.2"
features = ["derive"]

[profile.android-dev]
inherits = "dev"

[profile.server-dev]
inherits = "dev"

[profile.wasm-dev]
opt-level = 1
inherits = "dev"