[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",
]