[package] name = "libertyparse" version = "0.3.0" edition = "2021" description = "Liberty cell library parser" license = "AGPL-3.0-only" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] arcstr = { version = "1.1.4", optional = true } clilog = "0.2.3" compact_str = "0.7.0" indexmap = "1.8.1" netlistdb = { version = "0.3.0", optional = true } pest = "2.1.3" pest_derive = "2.1.0" readonly = "0.2.2" [features] direction_provider = ["dep:netlistdb", "dep:arcstr"]