gmpmee-sys 0.2.2

Rust FFI bindings for GMPMEE
Documentation
# 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 = "2024"
rust-version = "1.90"
name = "gmpmee-sys"
version = "0.2.2"
build = "build.rs"
links = "gmpmee"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust FFI bindings for GMPMEE"
documentation = "https://docs.rs/gmpmee-sys"
readme = "README.md"
keywords = [
    "bignum",
    "ffi",
    "gmp",
    "math",
    "numerics",
]
categories = [
    "external-ffi-bindings",
    "mathematics",
    "no-std",
]
license = "LGPL-3.0+"
repository = "https://github.com/de-mo/gmpmee-sys"

[lib]
name = "gmpmee_sys"
path = "src/lib.rs"

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

[dependencies.libc]
version = "0.2"
default-features = false

[build-dependencies.cc]
version = "1.2"

[build-dependencies.dirs]
version = "6"

[build-dependencies.fs_extra]
version = "1.3"