scarf-syntax 0.2.0

A helper crate of scarf for expressing a SystemVerilog concrete syntax tree
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 = "scarf-syntax"
version = "0.2.0"
authors = ["Aidan McNay <aidanmcnay@gmail.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A helper crate of scarf for expressing a SystemVerilog concrete syntax tree"
readme = "README.md"
keywords = ["systemverilog"]
categories = ["data-structures"]
license = "GPL-3.0-or-later"
repository = "https://github.com/Aidan-McNay/scarf"

[features]
lossless = []

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

[dependencies]

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

[build-dependencies.quote]
version = "1.0"

[build-dependencies.syn]
version = "2.0"
features = [
    "full",
    "visit",
]

[build-dependencies.walkdir]
version = "2.3"