v_escape-codegen-base 0.2.0

Code generation primitives shared by v_escape codegen and proc-macro crates.
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 = "2024"
name = "v_escape-codegen-base"
version = "0.2.0"
authors = ["Juan Aguilar Santillana <mhpoin@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Code generation primitives shared by v_escape codegen and proc-macro crates."
documentation = "https://docs.rs/v_escape-codegen-base"
readme = "README.md"
keywords = [
    "escape",
    "codegen",
    "simd",
]
license = "MIT/Apache-2.0"
repository = "https://github.com/zzau13/v_escape"
resolver = "2"

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

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

[dependencies.quote]
version = "1"

[dependencies.syn]
version = "2"