algebraics 0.3.0

algebraic numbers 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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2018"
name = "algebraics"
version = "0.3.0"
authors = ["Jacob Lifshay <programmerjake@gmail.com>"]
description = "algebraic numbers library"
readme = "README.md"
keywords = [
    "algebraic-numbers",
    "arbitrary-precision",
    "polynomials",
    "real-numbers",
    "exact-arithmetic",
]
categories = [
    "algorithms",
    "data-structures",
    "science",
]
license = "LGPL-2.1-or-later"
repository = "https://salsa.debian.org/Kazan-team/algebraics"

[lib]
name = "algebraics"
crate-type = [
    "rlib",
    "cdylib",
]

[dependencies.lazy_static]
version = "1.4"

[dependencies.num-bigint]
version = "0.4.3"

[dependencies.num-integer]
version = "0.1.44"

[dependencies.num-rational]
version = "0.4.0"

[dependencies.num-traits]
version = "0.2.14"

[dependencies.pyo3]
version = "0.16"
features = ["num-bigint"]
optional = true

[dependencies.rand]
version = "0.8.5"

[dependencies.rand_pcg]
version = "0.3.1"

[features]
default = []
python = ["pyo3"]
python-extension = [
    "python",
    "pyo3/extension-module",
]