apint 0.2.0

Arbitrary precision integers 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 = "apint"
version = "0.2.0"
authors = ["Robbepop"]
description = "Arbitrary precision integers library."
documentation = "https://docs.rs/apint"
readme = "README.md"
keywords = ["int", "integer", "precision", "arbitrary"]
categories = ["data-structures"]
license = "MIT/Apache-2.0"
repository = "https://github.com/robbepop/apint"
[dependencies.rand]
version = "0.4"
optional = true

[dependencies.serde]
version = "1.0"
optional = true

[dependencies.serde_derive]
version = "1.0"
optional = true

[dependencies.smallvec]
version = "0.6"
[dev-dependencies.itertools]
version = "0.7"

[dev-dependencies.serde_test]
version = "1.0"

[features]
default = ["rand_support", "serde_support"]
rand_support = ["rand"]
serde_support = ["serde", "serde_derive"]
[badges.appveyor]
branch = "master"
repository = "Robbepop/apint"
service = "github"

[badges.travis-ci]
repository = "Robbepop/apint"