gap-sys 0.2.4

Rust bindings to GAP - Groups, Algorithms, Programming - a System for Computational Discrete Algebra
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

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

[lib]
name = "gap_sys"
path = "src/lib.rs"

[dependencies.anyhow]
version = "1.0.71"

[build-dependencies.bindgen]
version = "0.65.1"
features = ["experimental"]

[build-dependencies.cc]
version = "1.0.79"