[package] name = "stagraph" version = "0.1.0" edition = "2021" description = "A graph-based static timing analysis (GB-STA) engine." license = "AGPL-3.0-only" links = "stagraph" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] by_address = "1.1.0" clilog = "0.2.3" compact_str = "0.7.0" indexmap = "1.9.3" libertyparse = { version = "0.3.0", features = ["direction_provider"] } netlistdb = "0.3.0" readonly = "0.2.7" spefparse = "0.2.0" ulib = "0.3.1" zeroable = "0.2.0" [build-dependencies] ucc = "0.2.0"