zyn-core 0.4.2

core ast and other type/helper implementations for zyn
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 = "zyn-core"
version = "0.4.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "core ast and other type/helper implementations for zyn"
homepage = "https://aacebo.github.io/zyn"
documentation = "https://aacebo.github.io/zyn"
readme = "README.md"
keywords = [
    "macro",
    "framework",
    "proc",
    "rust",
]
categories = [
    "development-tools::procedural-macro-helpers",
    "rust-patterns",
    "no-std",
]
license = "MIT"
repository = "https://www.github.com/aacebo/zyn"

[package.metadata.docs.rs]
all-features = true

[features]
diagnostics = ["proc-macro2-diagnostics"]
ext = []
pretty = ["prettyplease"]

[lib]
name = "zyn_core"
path = "src/lib.rs"
doctest = false

[dependencies.prettyplease]
version = "0.2"
optional = true

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

[dependencies.proc-macro2-diagnostics]
version = "0.10"
optional = true

[dependencies.quote]
version = "1"

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