v_escape_codegen 0.2.1

Code generator package for v_escape
# 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 = "2024"
name = "v_escape_codegen"
version = "0.2.1"
authors = ["Juan Aguilar Santillana <mhpoin@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Code generator package for v_escape"
readme = "README.md"
license = "MIT/Apache-2.0"
repository = "https://github.com/zzau13/v_escape"
resolver = "2"

[[bin]]
name = "v_escape_codegen"
path = "src/main.rs"

[dependencies.anyhow]
version = "1"

[dependencies.clap]
version = "4"
features = [
    "derive",
    "std",
]
default-features = false

[dependencies.heck]
version = "0"

[dependencies.prettyplease]
version = "0"

[dependencies.proc-macro2]
version = "^1.0.81"

[dependencies.quote]
version = "1"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.syn]
version = "2"

[dependencies.toml]
version = "1"

[dependencies.v_escape-codegen-base]
version = "0.2.0"