[package] name = "rust-hdl-toolchain-ise" version = "0.1.0" edition = "2018" license = "MIT" description = "Xylinx ISE support for the RustHDL crate." homepage = "https://rusthdl.org" repository = "https://github.com/SmithsDigitalForge/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-toolchain-common = "^0.1" rust-hdl-core = "^0.1" regex = "1.5.4"