[package] name = "gxi-transpiler" version = "0.6.1" edition = "2018" license = "MIT" authors = ["aniketfuryrocks "] description = "transpiles component tree to gxi component system" repository = "https://github.com/gxi-rs/gxi.git" homepage = "https://gxi-rs.com/" keywords = ["gxi-rs", "gxi-macro"] [lib] proc-macro = true [features] web = [] desktop = [] default = [] [dependencies] syn = { version = "1.0.73", features = ["full"] } quote = "1.0.9" [dev-dependencies] anyhow = "1.0.52"