gap-sys 0.2.4

Rust bindings to GAP - Groups, Algorithms, Programming - a System for Computational Discrete Algebra
[package]
name = "gap-sys"
version = "0.2.4"
edition = "2021"
description = "Rust bindings to GAP - Groups, Algorithms, Programming - a System for Computational Discrete Algebra"
homepage = "https://www.gap-system.org/"
repository = "https://github.com/georgemorgan/gap-sys"
readme = "README.md"
keywords = ["math", "algebra", "groups", "gap", "bindings"]
categories = ["mathematics", "algorithms"]
license = "MIT"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[build-dependencies]
bindgen = { version = "0.65.1", features = ["experimental"] }
cc = "1.0.79"

[dependencies]
anyhow = "1.0.71"