[package] name = "rust_hdl_lib_fpga_support" version = "0.44.0" edition = "2021" license = "MIT" description = "Support crate for RustHDL - provides FPGA specific code" homepage = "https://github.com/samitbasu/rust-hdl" repository = "https://github.com/samitbasu/rust-hdl" keywords = ["fpga", "verilog", "hardware"] authors = ["Samit Basu "] [dependencies] rust_hdl_lib_core = { version = "0.44.0", path = "../rust_hdl_lib_core" } rust_hdl_lib_widgets = { version = "0.44.0", path = "../rust_hdl_lib_widgets" } regex = { version = "^1.6.0" }