# 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" name = "gmp-ecm-sys" version = "0.1.0" authors = ["skyf0l"] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Rust low-level bindings for GMP-ECM." readme = "README.md" keywords = [ "primes", "ffi", "gmp", "bignum", "math", ] categories = [ "external-ffi-bindings", "mathematics", ] license = "LGPL-3.0+" repository = "https://github.com/skyf0l/gmp-ecm-rs" [lib] name = "gmp_ecm_sys" path = "src/lib.rs" [dependencies.libc] version = "0.2" default-features = false [build-dependencies.cc] version = "1" features = ["parallel"] [build-dependencies.pkg-config] version = "0.3" [features] c-no-delete = [] c-no-tests = [] default = [] fail-on-warnings = [] force-cross = [] use-system-libs = [] [target.'cfg(target_os = "windows")'.build-dependencies.windows-sys] version = "0.59" features = [ "Win32_Foundation", "Win32_Globalization", "Win32_System_Com", "Win32_UI_Shell", ]