]> git.proxmox.com Git - cargo.git/blob - vendor/num-bigint-0.1.41/Cargo.toml
New upstream version 0.24.0
[cargo.git] / vendor / num-bigint-0.1.41 / Cargo.toml
1 # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2 #
3 # When uploading crates to the registry Cargo will automatically
4 # "normalize" Cargo.toml files for maximal compatibility
5 # with all versions of Cargo and also rewrite `path` dependencies
6 # to registry (e.g. crates.io) dependencies
7 #
8 # If you believe there's an error in this file please file an
9 # issue against the rust-lang/cargo repository. If you're
10 # editing this file be aware that the upstream Cargo.toml
11 # will likely look very different (and much more reasonable)
12
13 [package]
14 name = "num-bigint"
15 version = "0.1.41"
16 authors = ["The Rust Project Developers"]
17 description = "Big integer implementation for Rust"
18 homepage = "https://github.com/rust-num/num"
19 documentation = "http://rust-num.github.io/num"
20 keywords = ["mathematics", "numerics", "bignum"]
21 categories = ["algorithms", "data-structures", "science"]
22 license = "MIT/Apache-2.0"
23 repository = "https://github.com/rust-num/num"
24 [dependencies.num-integer]
25 version = "0.1.32"
26
27 [dependencies.rand]
28 version = "0.3.14"
29 optional = true
30
31 [dependencies.rustc-serialize]
32 version = "0.3.19"
33 optional = true
34
35 [dependencies.serde]
36 version = ">= 0.7.0, < 0.9.0"
37 optional = true
38
39 [dependencies.num-traits]
40 version = "0.1.32"
41 [dev-dependencies.rand]
42 version = "0.3.14"
43
44 [features]
45 default = ["rand", "rustc-serialize"]