veryl-parser 0.18.0

A modern hardware description language
# 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 = "veryl-parser"
version = "0.18.0"
authors = ["dalance@gmail.com"]
build = false
exclude = ["build.rs"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A modern hardware description language"
readme = "README.md"
keywords = [
    "parser",
    "verilog",
    "systemverilog",
]
categories = ["parsing"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/veryl-lang/veryl"
resolver = "2"

[features]
build = ["dep:parol"]
default = ["build"]

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

[dependencies.anyhow]
version = "1.0"

[dependencies.bimap]
version = "0.6.3"

[dependencies.once_cell]
version = "1.21"

[dependencies.parol_runtime]
version = "4.1"

[dependencies.paste]
version = "1.0"

[dependencies.regex]
version = "1.12.2"

[dependencies.scnr2]
version = "0.3.3"

[dependencies.thiserror]
version = "2.0"

[build-dependencies.parol]
version = "4.0"
optional = true

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.miette]
version = "7.6"
features = ["fancy"]

[target.'cfg(target_arch = "wasm32")'.dependencies.miette]
version = "7.6"
features = ["fancy-no-syscall"]