# 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 = "rust_hls_macro" version = "0.2.0" authors = ["zebreus "] autotests = false description = "High level synthesis support for rust-hdl" homepage = "https://github.com/zebreus/bachelor-thesis/tree/master/bambu-macro/rust_hls_macro" readme = "README" keywords = [ "rust-hdl", "verilog", "fpga", "hls", "high-level-synthesis", ] 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.darling] version = "0.20.1" [dependencies.itertools] version = "0.10.5" [dependencies.proc-macro2] version = "1.0.56" features = ["span-locations"] [dependencies.quote] version = "1.0.26" [dependencies.rust-hdl] version = "0.45.1" [dependencies.rust_hls_macro_lib] version = "0.1.0" [dependencies.syn] version = "2.0.15" features = ["full"] [dependencies.tempfile] version = "3.5.0" [dependencies.thiserror] version = "1.0.40" [dev-dependencies.trybuild] version = "1.0.80" features = ["diff"]