libreda-db 0.0.12

Layout and netlist datastructures for chip design.
Documentation
# SPDX-FileCopyrightText: 2022 Thomas Kramer
#
# SPDX-License-Identifier: AGPL-3.0-or-later

[package]
name = "libreda-db"
version = "0.0.12"
authors = ["Thomas Kramer <code@tkramer.ch>"]
edition = "2021"
license = "AGPL-3.0-or-later"
description = "Layout and netlist datastructures for chip design."
keywords = ["vlsi", "eda", "cad"]
readme = "README.md"
homepage = "https://libreda.org"
repository = "https://codeberg.org/libreda/libreda-db"

[lib]
[dependencies]
log = "0.4"
itertools = "0.13"
num-traits = "0.2"
num-derive = "0.3"
portrait = "0.2.3" # For delegating trait implementations.
#portrait = {git = "https://codeberg.org/tok/portrait"}
iron-shapes = { version = "0.1.1", path = "../iron-shapes", features = ["serde"] }
iron-shapes-booleanop = { version = "0.1", path = '../iron-shapes-booleanop' }
serde = { version = "1", optional = true, features = ["derive", "rc"] }
fnv = "1.0" # Fast hashing for small keys.
rstar = "0.9" # Fast region queries.