extended-rational 1.3.3

Provides implementations of high-accuracy projectively-extended rational numbers and macros for creating them.
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 = "extended-rational"
version = "1.3.3"
authors = ["Scott Taylor <scott11x8@gmail.com>"]
include = ["src/**/*", "Cargo.toml", "LICENSE"]
description = "Provides implementations of high-accuracy projectively-extended rational numbers and macros for creating them."
readme = "README.md"
keywords = ["rational", "extended", "number", "infinity", "fraction"]
categories = ["data-structures"]
license = "MIT"
[dependencies.bit_manager]
version = "0.5.0"
optional = true

[dependencies.bit_manager_derive]
version = "0.1.0"
optional = true

[features]
bit_manager_enabled = ["bit_manager", "bit_manager_derive"]
default = []