# 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 = "libreda-db" version = "0.0.12" authors = ["Thomas Kramer "] description = "Layout and netlist datastructures for chip design." homepage = "https://libreda.org" readme = "README.md" keywords = [ "vlsi", "eda", "cad", ] license = "AGPL-3.0-or-later" repository = "https://codeberg.org/libreda/libreda-db" resolver = "1" [lib] [dependencies.fnv] version = "1.0" [dependencies.iron-shapes] version = "0.1.1" features = ["serde"] [dependencies.iron-shapes-booleanop] version = "0.1" [dependencies.itertools] version = "0.13" [dependencies.log] version = "0.4" [dependencies.num-derive] version = "0.3" [dependencies.num-traits] version = "0.2" [dependencies.portrait] version = "0.2.3" [dependencies.rstar] version = "0.9" [dependencies.serde] version = "1" features = [ "derive", "rc", ] optional = true