# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "spefparse" version = "0.2.1" description = "SPEF parasitics parser" license = "AGPL-3.0-only" [profile.release] lto = "fat" codegen-units = 1 debug = 1 [dependencies.circular] version = "0.3.0" [dependencies.clilog] version = "0.2.3" [dependencies.compact_str] version = "0.7.0" [dependencies.indexmap] version = "1.9.1" [dependencies.itertools] version = "0.10.5" [dependencies.memmem] version = "0.1.1" [dependencies.nom] version = "7.1.3" [dependencies.rayon] version = "1.7.0" [target."cfg(not(target_env = \"msvc\"))".dev-dependencies.tikv-jemallocator] version = "0.5.4"