# 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 = "flint-sys" version = "0.7.3" authors = ["Alex Ozdemir "] links = "flint" 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 = [ "polynomials", "number-theory", "math", ] categories = [ "cryptography", "algorithms", "external-ffi-bindings", ] license = "MIT OR Apache-2.0" repository = "https://github.com/alex-ozdemir/flint-rs" [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] default = ["disable-make-check"] disable-make-check = [] [target."cfg(target_os = \"windows\")".build-dependencies.winapi] version = "0.3" features = [ "combaseapi", "knownfolders", "shlobj", "winbase", "winerror", ]