num-bigint 0.1.41

Big integer implementation for Rust
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 = "num-bigint"
version = "0.1.41"
authors = ["The Rust Project Developers"]
description = "Big integer implementation for Rust"
homepage = "https://github.com/rust-num/num"
documentation = "http://rust-num.github.io/num"
keywords = ["mathematics", "numerics", "bignum"]
categories = ["algorithms", "data-structures", "science"]
license = "MIT/Apache-2.0"
repository = "https://github.com/rust-num/num"
[dependencies.num-integer]
version = "0.1.32"

[dependencies.rand]
version = "0.3.14"
optional = true

[dependencies.rustc-serialize]
version = "0.3.19"
optional = true

[dependencies.serde]
version = ">= 0.7.0, < 0.9.0"
optional = true

[dependencies.num-traits]
version = "0.1.32"
[dev-dependencies.rand]
version = "0.3.14"

[features]
default = ["rand", "rustc-serialize"]