arb-sys 0.3.6

Bindings to the Arb library
Documentation
[dependencies.derivative]
version = "2.0"

[dependencies.flint-sys]
features = ["disable-make-check"]
version = "0.7"

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

[dependencies.libc]
version = "0.2"

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

[package]
authors = ["William Youmans <wyoumans@usf.edu>"]
categories = ["algorithms", "external-ffi-bindings", "mathematics"]
description = "Bindings to the Arb library"
edition = "2018"
homepage = "https://github.com/wjyoumans/arb-sys"
keywords = ["flint", "real", "complex", "number-theory", "math"]
license = "MIT OR Apache-2.0"
name = "arb-sys"
readme = "README.md"
repository = "https://github.com/wjyoumans/arb-sys"
version = "0.3.6"

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