flint-sys 0.3.1

Bindings to the FLINT C library
Documentation
[package]
name = "flint-sys"
version = "0.3.1"
authors = ["Alex Ozdemir <aozdemir@hmc.edu>"]
edition = "2018"
description = "Bindings to the FLINT C library"
homepage = "https://github.com/alex-ozdemir/flint-rs/tree/master/flint-sys"
repository = "https://github.com/alex-ozdemir/flint-rs"
documentation = "https://docs.rs/flint-sys"
license = "MIT OR Apache-2.0"
keywords = ["polynomials", "number-theory", "math"]
categories = ["cryptography", "algorithms", "external-ffi-bindings"]
readme = "README.md"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
libc = "0.2"
gmp-mpfr-sys = "1.3.1"

[dev-dependencies]
quickcheck = "0.9"
quickcheck_macros = "0.9"

[build-dependencies]
pkg-config = "0.3.19"