[dependencies.num-bigint]
version = "0.4"
[dependencies.num-rational]
version = "0.4"
[dependencies.num-traits]
version = "0.2"
[[example]]
name = "basic"
path = "examples/basic.rs"
[lib]
name = "groebner"
path = "src/lib.rs"
[package]
authors = ["Stephen Diehl"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["science", "mathematics"]
description = "A Rust library implementing Groebner basis algorithms"
documentation = "https://docs.rs/groebner"
edition = "2021"
exclude = [".github/**/*"]
homepage = "https://github.com/sdiehl/groebner"
include = ["src/**/*", "examples/**/*", "tests/**/*", "benches/**/*", "README.md", "LICENSE", "Cargo.toml"]
keywords = ["mathematics", "algebra", "polynomial", "groebner", "basis"]
license = "MIT"
name = "groebner"
readme = "README.md"
repository = "https://github.com/sdiehl/groebner"
rust-version = "1.70.0"
version = "0.1.0"
[[test]]
name = "test_groebner"
path = "tests/test_groebner.rs"