# 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 = "netlistdb" version = "0.3.1" links = "netlistdb" description = "Heterogeneous VLSI circuit netlist database with support for vector nets, hierarchical modules, assignments, etc." readme = "README.md" license = "AGPL-3.0-only" [dependencies.arcstr] version = "1.1.3" features = [ "serde", "substr-usize-indices", ] [dependencies.clilog] version = "0.2.3" [dependencies.either] version = "1.8.0" [dependencies.readonly] version = "0.2.2" [dependencies.scopeguard] version = "1.1.0" [dependencies.sverilogparse] version = "0.3.3" [dependencies.ulib] version = "0.3.3" [dependencies.zeroable] version = "0.2.0" [dev-dependencies.itertools] version = "0.10.3" [build-dependencies.ucc] version = "0.2.0"