sv-parser-error 0.13.5

Helper crate of sv-parser
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 = "2018"
name = "sv-parser-error"
version = "0.13.5"
authors = ["dalance@gmail.com"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Helper crate of sv-parser"
readme = "README.md"
keywords = [
    "parser",
    "verilog",
    "systemverilog",
]
categories = ["parsing"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/dalance/sv-parser"

[package.metadata.release]
tag = false

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

[dependencies.thiserror]
version = "2.0"