alga 0.8.2

Abstract algebra 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 = "alga"
version = "0.8.2"
authors = ["Brendan Zabarauskas", "Darin Morrison", "Sébastien Crozet", "Wadelma <delma@del.ma>"]
description = "Abstract algebra for Rust"
documentation = "https://docs.rs/alga"
readme = "README.md"
keywords = ["algebra", "monoids", "math"]
categories = ["Science"]
license = "Apache-2.0"
repository = "https://github.com/rustsim/alga"

[lib]
name = "alga"
[dependencies.approx]
version = "0.3"
default-features = false

[dependencies.decimal]
version = "2.0"
optional = true
default-features = false

[dependencies.libm]
version = "0.1"

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

[dependencies.num-traits]
version = "0.2"
default-features = false
[dev-dependencies.alga_derive]
version = "0.8"

[dev-dependencies.quickcheck]
version = "0.8"

[features]
default = ["std"]
std = []