ramp 0.3.8

A high-performance multiple-precision arithmetic library
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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "ramp"
version = "0.3.8"
authors = ["James Miller <james@aatch.net>"]
build = "build.rs"
description = "A high-performance multiple-precision arithmetic library"
documentation = "https://aatch.github.io/ramp/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.num-traits]
version = "0.1.35"

[dependencies.hamming]
version = "0.1"

[dependencies.rust-gmp]
version = "0.2"
optional = true

[dependencies.rand]
version = "0.3"

[dependencies.num-integer]
version = "0.1.32"

[dependencies.ieee754]
version = "0.2"
[dev-dependencies.quickcheck]
version = "0.4.1"

[dev-dependencies.quickcheck_macros]
version = "0.4.1"

[dev-dependencies.num-bigint]
version = "0.1"
[build-dependencies.rustc-cfg]
version = "0.2"

[build-dependencies.num-bigint]
version = "0.1"

[build-dependencies.gcc]
version = "0.3"

[features]
asm = []
fallbacks = []
full-quickcheck = []
unstable = []