mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-10 06:34:20 +00:00
30 lines
642 B
TOML
30 lines
642 B
TOML
[package]
|
|
name = "dioxus-config-macro"
|
|
version = { workspace = true }
|
|
authors = ["Jonathan Kelley"]
|
|
edition = "2021"
|
|
description = "Configuration macros for Dioxus"
|
|
license = "MIT OR Apache-2.0"
|
|
repository = "https://github.com/DioxusLabs/dioxus/"
|
|
homepage = "https://dioxuslabs.com"
|
|
keywords = ["dom", "ui", "gui", "react"]
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
proc-macro2 = { version = "1.0" }
|
|
quote = { workspace = true }
|
|
|
|
[features]
|
|
default = []
|
|
fullstack = []
|
|
static-generation = []
|
|
desktop = []
|
|
mobile = []
|
|
web = []
|
|
ssr = []
|
|
liveview = []
|
|
|
|
[package.metadata.docs.rs]
|
|
cargo-args = ["-Zunstable-options", "-Zrustdoc-scrape-examples"]
|