algebraeon 0.0.17

Algebraeon computational algebra library re-exports for all components
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 = "2024"
name = "algebraeon"
version = "0.0.17"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Algebraeon computational algebra library re-exports for all components"
readme = "README.md"
keywords = [
    "maths",
    "matrix",
    "polynomial",
    "number-theory",
    "factoring",
]
categories = ["mathematics"]
license = "GPL-3.0-only"
repository = "https://github.com/pishleback/Algebraeon"
resolver = "2"

[lib]
name = "algebraeon"
path = "src/lib.rs"

[[bench]]
name = "library_benchmark"
path = "benches/library_benchmark.rs"
harness = false

[dependencies.algebraeon-drawing]
version = "=0.0.17"
default-features = false

[dependencies.algebraeon-geometry]
version = "=0.0.17"
default-features = false

[dependencies.algebraeon-groups]
version = "=0.0.17"
default-features = false

[dependencies.algebraeon-nzq]
version = "=0.0.17"
default-features = false

[dependencies.algebraeon-rings]
version = "=0.0.17"
default-features = false

[dependencies.algebraeon-sets]
version = "=0.0.17"
default-features = false

[dev-dependencies.gungraun]
version = "0.17.2"