extprim 1.3.0

Extra primitive types (u128, i128)
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 = "extprim"
version = "1.3.0"
authors = ["kennytm <kennytm@gmail.com>"]
build = "build.rs"
include = ["build.rs", "src/*.rs", "Cargo.toml", "README.md", "LICENSE*.txt"]
description = "Extra primitive types (u128, i128)"
documentation = "https://docs.rs/extprim"
keywords = ["primitives", "u128", "i128"]
categories = ["algorithms"]
license = "MIT/Apache-2.0"
repository = "https://github.com/kennytm/extprim"
[dependencies.rand]
version = "0.3"
optional = true

[dependencies.num-traits]
version = "0.1"
[dev-dependencies.extprim_literals]
version = "2.0"
[build-dependencies.rustc_version]
version = "0.2.0"

[features]
use-std = []
default = ["use-std", "rand"]
[badges.coveralls]
repository = "kennytm/extprim"

[badges.travis-ci]
repository = "kennytm/extprim"

[badges.appveyor]
repository = "kennytm/extprim"

[badges.is-it-maintained-open-issues]
repository = "kennytm/extprim"

[badges.is-it-maintained-issue-resolution]
repository = "kennytm/extprim"