# 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] name = "ramp" version = "0.7.0" authors = [ "James Miller ", "Michael Rosenberg ", ] build = "build.rs" description = "A high-performance multiple-precision arithmetic library" documentation = "https://docs.rs/ramp" readme = "README.md" keywords = [ "bignum", "math", "number", ] license = "Apache-2.0" repository = "https://github.com/Aatch/ramp" [lib] name = "ramp" path = "src/lib.rs" [dependencies.hamming] version = "0.1" [dependencies.ieee754] version = "0.2" [dependencies.num-integer] version = "0.1" [dependencies.num-traits] version = "0.2" [dependencies.rand] version = "0.8" [dependencies.rust-gmp] version = "0.5" optional = true [dev-dependencies.num-bigint] version = "0.4" [dev-dependencies.quickcheck] version = "0.6" [build-dependencies.cc] version = "1.0" [build-dependencies.num-bigint] version = "0.4" [build-dependencies.rustc-cfg] version = "0.4" [features] asm = [] fallbacks = [] full-quickcheck = [] unstable = []