gpcas_cpu_model 0.2.1

General Purpose Core Architecture Simulator (GPCAS) CPU model definition.
Documentation
# Filename: Cargo.toml
# Author:	Kai Rese
# Version:	0.5
# Date:		15-09-2021 (DD-MM-YYYY)
# Library:  gpcas_cpu_model
#
# 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
# <https://www.gnu.org/licenses/>.

[package]
name = "gpcas_cpu_model"
version = "0.2.1"
edition = "2018"
license = "LGPL-3.0-or-later"
authors = ["Kai Rese"]
repository = "https://git.h3n.eu/gpcas/gpcas/"
description = """General Purpose Core Architecture Simulator (GPCAS) CPU model definition."""
documentation = "https://docs.rs/gpcas_cpu_model/0.2.1/"
keywords = ["gpcas", "cpu_model"]

[dependencies]
log = "^0.4"
serde = { version = "^1", features = ["derive"] }

gpcas_base = "^0.1"