# 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 = "libertyparse" version = "0.3.0" description = "Liberty cell library parser" license = "AGPL-3.0-only" [dependencies.arcstr] version = "1.1.4" optional = true [dependencies.clilog] version = "0.2.3" [dependencies.compact_str] version = "0.7.0" [dependencies.indexmap] version = "1.8.1" [dependencies.netlistdb] version = "0.3.0" optional = true [dependencies.pest] version = "2.1.3" [dependencies.pest_derive] version = "2.1.0" [dependencies.readonly] version = "0.2.2" [features] direction_provider = [ "dep:netlistdb", "dep:arcstr", ]