# 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] name = "verilator" version = "0.1.6" authors = ["Dan Glastonbury "] description = "Automated generation of Verilator test modules.\n" homepage = "https://github.com/djg/verilated-rs" keywords = ["verilator", "verilog"] categories = ["development-tools::build-utils", "development-tools::ffi", "simulation"] license = "MIT/Apache-2.0" repository = "https://github.com/djg/verilated-rs" [dependencies.cc] version = "1.0" optional = true [dependencies.fnv] version = "1.0" optional = true [dependencies.regex] version = "1.4" [dependencies.syn] version = "0.13" features = ["extra-traits", "full", "visit"] optional = true [features] default = ["gen"] gen = ["cc"] module = ["fnv", "syn"]