# 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 = "2021" name = "wrap_verilog_in_rust_hdl_macro" version = "0.1.1" authors = ["zebreus "] description = "A proc-macro to wrap Verilog code in a rust-hdl module" homepage = "https://github.com/zebreus/bachelor-thesis/tree/master/bambu-macro/wrap_verilog_in_rust_hdl_macro" readme = "README" keywords = [ "rust-hdl", "verilog", "fpga", "wrap", "macro", ] categories = [ "development-tools::build-utils", "compilers", ] license = "MIT OR Apache-2.0" repository = "https://github.com/zebreus/bachelor-thesis" resolver = "1" [lib] proc-macro = true [[test]] name = "tests" path = "tests/progress.rs" [dependencies.extract_rust_hdl_interface] version = "0.2.0" [dependencies.proc-macro-error] version = "1.0.4" [dependencies.proc-macro2] version = "1.0.52" [dependencies.quote] version = "1.0.26" [dependencies.rust-hdl] version = "0.45.1" [dependencies.syn] version = "2.0.18" [dev-dependencies.trybuild] version = "1.0.79"