libreda-structural-verilog 0.0.3

Parser for structural verilog as it is created by Yosys.
Documentation
[package]
name = "libreda-structural-verilog"
version = "0.0.3"
license = "AGPL-3.0-or-later"
description = "Parser for structural verilog as it is created by Yosys."
authors = ["Thomas Kramer <code@tkramer.ch>"]
edition = "2018"
readme = "README.md"
homepage = "https://libreda.org"
repository = "https://codeberg.org/libreda/libreda-yosys-verilog"

[build-dependencies]
lalrpop = { version = "0.19.0", features = ["lexer"] }

[dependencies]
libreda-db = { version = "0.0.8", path = "../libreda-db" }
lalrpop-util = "0.19.0"
regex = "1"
log = "0.4"
num-traits = "0.2"
byteorder = "1.3"
petgraph = "0.5"
itertools = "0.10"