[package] name = "rust-hdl-hls" version = "0.46.0" edition = "2021" license = "MIT" description = "Write firmware for FPGAs in Rust - High Level Synthesis crate" homepage = "https://rust-hdl.org" repository = "https://github.com/samitbasu/rust-hdl" keywords = ["fpga", "verilog", "hardware"] authors = ["Samit Basu "] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] rust-hdl-core = { version = "0.46.0", path = "../rust-hdl-core" } rust-hdl-widgets = { version = "0.46.0", path = "../rust-hdl-widgets" } array-init = { version = "2.0.0" } rand = "0.8"