polysub 0.2.2

fast substitution of variables in polynomials
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"
rust-version = "1.88.0"
name = "polysub"
version = "0.2.2"
authors = ["Kevin Laeufer <laeufer@cornell.edu>"]
build = false
include = [
    "Cargo.toml",
    "LICENSE",
    "README.md",
    "src/",
    "examples/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "fast substitution of variables in polynomials"
readme = "README.md"
keywords = [
    "polynomial",
    "monomial",
    "cas",
    "verification",
]
license = "MIT"
repository = "https://github.com/cucapra/polysub"

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

[[example]]
name = "bench"
path = "examples/bench.rs"

[[example]]
name = "diff"
path = "examples/diff.rs"

[dependencies.indexmap]
version = "2.13"

[dependencies.num-bigint]
version = "0.4"
default-features = false

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

[dependencies.rustc-hash]
version = "2.1"

[dev-dependencies.clap]
version = "4.*"
features = ["derive"]

[dev-dependencies.regex]
version = "1.12"

[profile.release]
debug = "line-tables-only"