# 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 = "2018" name = "libreda-pnr" version = "0.0.4" authors = ["Thomas Kramer "] description = "Algorithm interface definitions of the LibrEDA place-and-route framework." homepage = "https://libreda.org" readme = "README.md" keywords = [ "vlsi", "eda", "place-and-route", "framework", "chip", ] license = "AGPL-3.0-or-later" repository = "https://codeberg.org/libreda/libreda-pnr" [dependencies.libreda-db] version = "0.0.10" [dependencies.log] version = "0.4" [dependencies.ndarray] version = "0.15" [dependencies.num-traits] version = "0.2"