# Filename: Cargo.toml # Author: Kai Rese # Version: 0.11 # Date: 01-09-2022 (DD-MM-YYYY) # Library: gpcas_arschitek_zero # # This file is used by the rust package manager to link dependencies and build # the package. # # Copyright (c) 2021 Kai Rese # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as # published by the Free Software Foundation, either version 3 of the # License, or (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Lesser General Public License for more details. # # You should have received a copy of the GNU Lesser General Public # License along with this program. If not, see # . [package] name = "gpcas_arschitek_zero" version = "0.5.0" edition = "2021" license = "LGPL-3.0-or-later" authors = ["Kai Rese"] repository = "https://git.h3n.eu/gpcas/gpcas/" description = """Arschitek_zero instruction set architecture (ISA) properties for use with the \ General Purpose Core Architecture Simulator (GPCAS).""" documentation = "https://docs.rs/gpcas_arschitek_zero/0.5.0/" keywords = ["gpcas", "arschitek_zero"] categories = ["emulators"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] gpcas_base = "^0.3" gpcas_isa = "^0.6"