flint3-sys 3.5.1

Rust bindings to the FLINT C library
Documentation
# 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 = "flint3-sys"
version = "3.5.1"
authors = ["Pierre Lairez"]
build = "build/main.rs"
links = "flint"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust bindings to the FLINT C library"
readme = "README.md"
keywords = ["computer-algebra"]
categories = [
    "external-ffi-bindings",
    "mathematics",
]
license = "MIT"
repository = "https://github.com/lairez/flint3-sys"

[package.metadata.docs.rs]
features = ["gmp-mpfr-sys"]

[features]
default = []
gmp-mpfr-sys = ["dep:gmp-mpfr-sys"]
run-bindgen = [
    "dep:bindgen",
    "dep:regex",
    "dep:tempfile",
]
use-system-libs = ["dep:pkg-config"]

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

[[test]]
name = "aks"
path = "tests/aks.rs"

[[test]]
name = "bernoulli"
path = "tests/bernoulli.rs"

[[test]]
name = "class_poly"
path = "tests/class_poly.rs"

[dependencies.gmp-mpfr-sys]
version = "1.7.1"
optional = true

[dependencies.libc]
version = "0.2.186"

[build-dependencies.anyhow]
version = "1.0.98"

[build-dependencies.bindgen]
version = "0.72.1"
optional = true

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

[build-dependencies.pkg-config]
version = "0.3"
optional = true

[build-dependencies.regex]
version = "1.11.1"
features = ["std"]
optional = true
default-features = false

[build-dependencies.tempfile]
version = "3.27.0"
optional = true