# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "verilog-arc" version = "0.4.2" authors = ["DSOM "] description = "A rust proc macro based code generation backend for OpenVAF" readme = "README.md" license = "GPL-3.0" repository = "https://gitlab.com/DSPOM/verilogarc" [dependencies.log] version = "0.4.8" [dependencies.open-vaf] version = "0.4.2" [dependencies.proc-macro2] version = "1.0.18" [dependencies.quote] version = "1.0.7" [features] graph_debug = ["open-vaf/graph_debug"] [badges.maintenance] status = "actively-developed"