dioxus/packages/config-macro/Cargo.toml
2024-05-28 13:05:55 -07:00

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"]