# SPDX-FileCopyrightText: 2022 Thomas Kramer # # SPDX-License-Identifier: AGPL-3.0-or-later [package] name = "libreda-oasis" version = "0.0.5" authors = ["Thomas Kramer "] edition = "2021" license = "AGPL-3.0-or-later" description = "OASIS input/output for libreda-db." keywords = ["vlsi", "oasis", "parser", "input", "output"] readme = "README.md" homepage = "https://libreda.org" repository = "https://codeberg.org/libreda/libreda-oasis" categories = ["parser-implementations"] [dependencies] log = "0.4" num-traits = "0.2" byteorder = "1.5.*" fnv = "1.0" # Faster hash-maps and hash-sets. smallvec = "1.13.2" flate2 = "1.0.*" # DEFATE compression algorithm. Used for OASIS CBLOCKs. itertools = "0.13" libreda-db = { version = "0.0.12", path = "../libreda-db" } [profile.release] debug = true # For flamegraph