num-rational 0.1.42

Rational numbers 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-rational"
version = "0.1.42"
authors = ["The Rust Project Developers"]
description = "Rational numbers implementation for Rust"
homepage = "https://github.com/rust-num/num-rational"
documentation = "https://docs.rs/num-rational"
readme = "README.md"
keywords = ["mathematics", "numerics"]
categories = ["algorithms", "data-structures", "science"]
license = "MIT/Apache-2.0"
repository = "https://github.com/rust-num/num-rational"
[dependencies.num-bigint]
version = "0.1.42"
optional = true

[dependencies.num-integer]
version = "0.1.36"
default-features = false

[dependencies.num-traits]
version = "0.2.0"
features = ["std"]
default-features = false

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

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

[features]
bigint = ["num-bigint"]
default = ["bigint", "rustc-serialize"]