[package] name = "verilogae_util" version = "0.8.0" authors = ["dspom "] edition = "2018" license = "GPL-3.0+" documentation = "https://dspom.gitlab.io/verilogae/" repository= "https://gitlab.com/DSPOM/verilogae" description = "Uilites for the rust/python glue generated by VerilogAE" homepage = "https://dspom.gitlab.io/verilogae/" include = ["src/**", "Cargo.toml"] readme = "../README.md" [dependencies] numpy = "0.13" pyo3 = "0.13"