delsum-lib 1.0.0

Library with most functionality for the delsum crate
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 = "delsum-lib"
version = "1.0.0"
authors = ["8051Enthusiast <8051enthusiast@protonmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Library with most functionality for the delsum crate"
readme = "README.md"
license = "MIT"
repository = "https://github.com/8051Enthusiast/delsum"

[features]
default = ["parallel"]
parallel = ["rayon"]

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

[dependencies.bitvec]
version = "1.0"

[dependencies.gf2poly]
version = "0.1.0"

[dependencies.lazy_static]
version = "1.4"

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

[dependencies.num-prime]
version = "0.4.4"

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

[dependencies.rand]
version = "0.9"

[dependencies.rayon]
version = "1.8"
optional = true

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

[dev-dependencies.quickcheck_macros]
version = "1.0"