[package] name = "rtlil" version = "0.1.1" description = "RTLIL (yosys) parser for rust" license = "MIT" authors = ["xhe "] edition = "2018" homepage = "https://github.com/xhebox/rtlil-rs/" repository = "https://github.com/xhebox/rtlil-rs/" documentation = "https://docs.rs/rtlil" readme = "README.md" [dependencies] anyhow = "^1.0" getset = "^0.1" lalrpop-util = "^0.19" log = "^0.4" env_logger = "^0.7" bitflags = "^1.2"