tokel-std 0.2.4

A standard library of built-in TokenStream transformers for the Tokel engine.
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 = "tokel-std"
version = "0.2.4"
authors = ["W. Frakchi <noreply@wafkse.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A standard library of built-in TokenStream transformers for the Tokel engine."
readme = "README.md"
keywords = [
    "transformers",
    "utilities",
    "proc-macro",
    "tokel",
]
categories = [
    "development-tools::procedural-macro-helpers",
    "development-tools::build-utils",
]
license = "GPL-3.0-or-later"
repository = "https://github.com/wafkse/tokel"

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

[dependencies.heck]
version = "0.5.0"

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

[dependencies.quote]
version = "1.0"

[dependencies.syn]
version = "2.0"
features = [
    "clone-impls",
    "parsing",
    "extra-traits",
]

[dependencies.tokel-engine]
version = "0.2.4"