dioxus-element-plug 0.1.3

Element UI theme-chalk components for Dioxus applications with built-in SCSS support
# 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 = "dioxus-element-plug"
version = "0.1.3"
authors = ["Paul Johnson"]
build = "build.rs"
exclude = [
    "examples/*",
    "dist/*",
    ".github/*",
    "*.txt",
    "Makefile",
    "DIOXUS_*.md",
    "GITHUB_*.md",
    "PUSH_*.md",
    "SCSS_*.md",
    "PROJECT_*.md",
    "OPTIMIZATION_*.md",
    "CHANGELOG.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Element UI theme-chalk components for Dioxus applications with built-in SCSS support"
homepage = "https://github.com/pauljohn21/dioxus-element-plug"
documentation = "https://docs.rs/dioxus-element-plug"
readme = "README.md"
keywords = [
    "dioxus",
    "ui",
    "components",
    "element-ui",
    "scss",
]
categories = [
    "web-programming",
    "gui",
]
license = "MIT"
repository = "https://github.com/pauljohn21/dioxus-element-plug"

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

[features]
default = []
docs = []
server = ["dioxus/server"]
web = ["dioxus/web"]

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

[dependencies.dioxus]
version = "0.7"
features = ["web"]

[dependencies.manganis]
version = "0.7.9"
features = ["dioxus"]

[dev-dependencies.console_error_panic_hook]
version = "0.1"

[dev-dependencies.dioxus]
version = "0.7"
features = ["web"]

[build-dependencies]

[profile.release]
opt-level = "z"
lto = true
codegen-units = 1
panic = "abort"