2024-01-16 01:14:11 +00:00
|
|
|
[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" }
|
2024-03-12 20:39:42 +00:00
|
|
|
quote = { workspace = true }
|
2024-01-16 01:14:11 +00:00
|
|
|
|
|
|
|
[features]
|
|
|
|
default = []
|
|
|
|
fullstack = []
|
|
|
|
desktop = []
|
2024-01-22 14:58:35 +00:00
|
|
|
mobile = []
|
2024-01-16 01:14:11 +00:00
|
|
|
web = []
|
|
|
|
ssr = []
|
|
|
|
liveview = []
|