flint-sys 0.9.0

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 = "flint-sys"
version = "0.9.0"
authors = [
    "Alex Ozdemir <aozdemir@hmc.edu>",
    "William Youmans <youmansw@fau.edu>",
]
build = "build.rs"
links = "flint"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Bindings to the FLINT C library"
homepage = "https://github.com/alex-ozdemir/flint-rs/tree/master/flint-sys"
documentation = "https://docs.rs/flint-sys"
readme = "README.md"
keywords = [
    "flint",
    "polynomials",
    "number-theory",
    "math",
]
categories = [
    "cryptography",
    "algorithms",
    "mathematics",
    "external-ffi-bindings",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/alex-ozdemir/flint-rs"

[features]
default = ["disable-make-check"]
disable-make-check = []

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

[dependencies.gmp-mpfr-sys]
version = "1.6.8"

[dependencies.libc]
version = "0.2"

[target.'cfg(target_os = "windows")'.build-dependencies.winapi]
version = "0.3"
features = [
    "combaseapi",
    "knownfolders",
    "shlobj",
    "winbase",
    "winerror",
]