fraction 0.6.1

Lossless fractions and decimals; drop-in float replacement
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 = "fraction"
version = "0.6.1"
authors = ["dnsl48 <dnsl48@gmail.com>"]
exclude = ["src/tests/division/*"]
description = "Lossless fractions and decimals; drop-in float replacement"
homepage = "https://github.com/dnsl48/fraction.git"
documentation = "https://docs.rs/fraction/"
readme = "README.md"
keywords = ["fraction", "decimal", "float", "numeric"]
categories = ["data-structures"]
license = "MIT/Apache-2.0"
repository = "https://github.com/dnsl48/fraction.git"
[package.metadata.docs.rs]
all-features = true
[dependencies.byteorder]
version = "^1"
optional = true

[dependencies.juniper]
version = "^0.11"
optional = true

[dependencies.lazy_static]
version = "^1.1"
optional = true

[dependencies.num]
version = "^0.2"
default-features = false

[dependencies.postgres]
version = "^0.15"
optional = true

[dependencies.serde]
version = "^1"
optional = true

[dependencies.serde_derive]
version = "^1"
optional = true

[features]
default = ["with-bigint", "with-decimal", "with-dynaint"]
with-bigint = ["num/num-bigint", "num/std", "lazy_static"]
with-decimal = []
with-dynaint = []
with-juniper-support = ["juniper"]
with-postgres-support = ["postgres", "byteorder"]
with-serde-support = ["serde", "serde_derive", "num/serde"]