# 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 = "2018" name = "arb-sys" version = "0.3.6" authors = ["William Youmans "] description = "Bindings to the Arb library" homepage = "https://github.com/wjyoumans/arb-sys" readme = "README.md" keywords = [ "flint", "real", "complex", "number-theory", "math", ] categories = [ "algorithms", "external-ffi-bindings", "mathematics", ] license = "MIT OR Apache-2.0" repository = "https://github.com/wjyoumans/arb-sys" [dependencies.derivative] version = "2.0" [dependencies.flint-sys] version = "0.7" features = ["disable-make-check"] [dependencies.gmp-mpfr-sys] version = "1.4" [dependencies.libc] version = "0.2" [features] default = ["disable-make-check"] disable-make-check = [] [target."cfg(target_os = \"windows\")".build-dependencies.winapi] version = "0.3" features = [ "combaseapi", "knownfolders", "shlobj", "winbase", "winerror", ]