[package] name = "spefparse" version = "0.2.1" edition = "2021" description = "SPEF parasitics parser" license = "AGPL-3.0-only" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] circular = "0.3.0" clilog = "0.2.3" compact_str = "0.7.0" indexmap = "1.9.1" itertools = "0.10.5" memmem = "0.1.1" nom = "7.1.3" rayon = "1.7.0" [target.'cfg(not(target_env = "msvc"))'.dev-dependencies] tikv-jemallocator = "0.5.4" [profile.release] debug = 1 lto = "fat" codegen-units = 1