# 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_lib" version = "0.1.0" authors = ["zebreus "] description = "Helper functions for rust_hls and rust_hls_macro" homepage = "https://github.com/zebreus/bachelor-thesis/tree/master/bambu-macro/rust_hls_macro_lib" readme = "README" keywords = ["rust_hls"] categories = [] license = "MIT OR Apache-2.0" repository = "https://github.com/zebreus/bachelor-thesis" resolver = "1" [dependencies.convert_case] version = "0.6.0" [dependencies.darling] version = "0.20.1" [dependencies.prettyplease] version = "0.2.7" [dependencies.proc-macro2] version = "1.0.60" [dependencies.quote] version = "1.0.28" default-features = false [dependencies.syn] version = "2.0.18" features = [ "full", "parsing", "extra-traits", "printing", "clone-impls", "derive", "visit", "visit-mut", "fold", ] default-features = false [dependencies.thiserror] version = "1.0.40"