[dependencies.gmp-mpfr-sys]
version = "1.4"
[dependencies.libc]
version = "0.2"
[dev-dependencies.quickcheck]
version = "0.9"
[dev-dependencies.quickcheck_macros]
version = "0.9"
[features]
disable-make-check = []
[package]
authors = ["Alex Ozdemir <aozdemir@hmc.edu>"]
categories = ["cryptography", "algorithms", "external-ffi-bindings"]
description = "Bindings to the FLINT C library"
documentation = "https://docs.rs/flint-sys"
edition = "2018"
homepage = "https://github.com/alex-ozdemir/flint-rs/tree/master/flint-sys"
keywords = ["polynomials", "number-theory", "math"]
license = "MIT OR Apache-2.0"
links = "flint"
name = "flint-sys"
readme = "README.md"
repository = "https://github.com/alex-ozdemir/flint-rs"
version = "0.6.4"
[target."cfg(target_os = \"windows\")".build-dependencies.winapi]
features = ["combaseapi", "knownfolders", "shlobj", "winbase", "winerror"]
version = "0.3"