# Filename: Cargo.toml # Version: 0.4 # Date: 01-01-2022 (DD-MM-YYYY) # Library: gpcas_base # # 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_base" version = "0.3.1" edition = "2021" license = "LGPL-3.0-or-later" authors = ["Kai Rese"] repository = "https://git.h3n.eu/gpcas/gpcas/" description = "Common definitions and utilities for GPCAS" documentation = "https://docs.rs/gpcas_base/0.3.1/" keywords = ["gpcas"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] bincode = "^1" serde = { version = "^1", features = ["derive"] } serde_json = "^1" toml = "^0.5"