# SPDX-FileCopyrightText: 2022 Thomas Kramer # # SPDX-License-Identifier: AGPL-3.0-or-later [package] name = "libreda-pnr" version = "0.0.4" authors = ["Thomas Kramer "] edition = "2018" license = "AGPL-3.0-or-later" description = "Algorithm interface definitions of the LibrEDA place-and-route framework." keywords = ["vlsi", "eda", "place-and-route", "framework", "chip"] readme = "README.md" homepage = "https://libreda.org" repository = "https://codeberg.org/libreda/libreda-pnr" [dependencies] num-traits = "0.2" log = "0.4" libreda-db = {version = "0.0.10", path = "../libreda-db"} ndarray = "0.15"