lotus-rust 0.1.1

A rust library for the lotus design system
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 = "lotus-rust"
version = "0.1.1"
authors = ["michael <mchen0358@gmail.com>"]
build = false
exclude = [".DS_Store"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A rust library for the lotus design system"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/wiharaekayanaarama/lotus-rust"

[features]
default = ["web"]
desktop = ["dioxus/desktop"]
mobile = ["dioxus/mobile"]
web = ["dioxus/web"]

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

[[bin]]
name = "lotus-rust"
path = "src/main.rs"

[dependencies.dioxus]
version = "0.7.0-alpha.3"
features = []