nl_opt 0.3.5

Verilog compiler driver for running safety-net passes
# 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 = "nl_opt"
version = "0.3.5"
build = false
include = [
    "Cargo.toml",
    "LICENSE-MIT",
    "LICENSE-APACHE",
    "README.md",
    "src/*.rs",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Verilog compiler driver for running safety-net passes"
homepage = "https://matth2k.github.io/safety-pass/"
documentation = "https://matth2k.github.io/safety-pass/"
readme = "README.md"
keywords = [
    "data-structures",
    "eda",
    "netlist",
    "circuits",
    "hardware",
]
categories = [
    "data-structures",
    "compilers",
    "science",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/matth2k/safety-pass"

[[bin]]
name = "nl_opt"
path = "src/main.rs"

[dependencies.clap]
version = "4.6.1"
features = ["derive"]

[dependencies.log]
version = "0.4.29"

[dependencies.nl-compiler]
version = "0.2.0"

[dependencies.safety-net]
version = "0.10.0"

[dependencies.safety-pass]
version = "0.4.7"
features = ["id"]

[dependencies.simplelog]
version = "0.12.2"

[dependencies.sv-parser]
version = "0.13.4"