# 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 = "2021" rust-version = "1.65" name = "gmp-mpfr-sys" version = "1.6.4" build = "build.rs" links = "gmp" description = "Rust FFI bindings for GMP, MPFR and MPC." documentation = "https://docs.rs/gmp-mpfr-sys" readme = "README.md" keywords = [ "bignum", "ffi", "gmp", "math", "numerics", ] categories = [ "external-ffi-bindings", "mathematics", "no-std", ] license = "LGPL-3.0+" repository = "https://gitlab.com/tspiteri/gmp-mpfr-sys" [dependencies.libc] version = "0.2.44" default-features = false [features] c-no-tests = [] cnodelete = [] default = [ "mpc", "mpfr", ] fail-on-warnings = [] force-cross = [] mpc = ["mpfr"] mpfr = [] use-system-libs = [] [target."cfg(target_os = \"windows\")".build-dependencies.windows-sys] version = "0.52" features = [ "Win32_Foundation", "Win32_Globalization", "Win32_System_Com", "Win32_UI_Shell", ]