makepad_gen_plugin 0.1.2

gen plugin for makepad, a generator for genui to makepad
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 = "makepad_gen_plugin"
version = "0.1.2"
authors = ["Will SHENG<syf20020816@outlook.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "gen plugin for makepad, a generator for genui to makepad"
readme = "README.md"
keywords = [
    "genui",
    "makepad",
    "generator",
    "syntax",
]
license = "MIT"
resolver = "1"

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

[dependencies.gen_analyzer]
version = "0.1.1"

[dependencies.gen_dyn_run]
version = "0.1.0"

[dependencies.gen_plugin]
version = "0.1.0"

[dependencies.gen_utils]
version = "0.1.2"

[dependencies.lazy_static]
version = "1.5.0"

[dependencies.proc-macro2]
version = "1.0.78"

[dependencies.quote]
version = "1.0.35"

[dependencies.ra_ap_syntax]
version = "0.0.264"

[dependencies.rssyin]
version = "0.1.2"

[dependencies.syn]
version = "2.0.52"
features = [
    "full",
    "extra-traits",
]

[dependencies.toml_edit]
version = "0.22.12"

[dependencies.walkdir]
version = "2.5.0"

[dependencies.which]
version = "7.0.1"