[package] name = "cst-to-llhd" version = "0.1.0" edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = "2" json = "*" llhd = "*" log = "*" regex = "*" num = "0.3.1" num-bigint = "0.3.3" indexmap = "*" pretty_env_logger = "0.4" [[bin]] name = "sv-to-llhd" path = "src/bin/sv-to-llhd.rs"