[dependencies.rand]
default-features = false
features = ["std_rng"]
version = "0.9"
[dependencies.smallvec]
features = ["union"]
version = "1"
[dev-dependencies.proptest]
version = "1"
[features]
default = []
std = ["rand/std"]
[lib]
name = "gf2poly"
path = "src/lib.rs"
[package]
authors = ["8051enthusiast <8051enthusiast@protonmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
description = "GF(2) polynomial arithmetic"
edition = "2024"
license = "MIT"
links = "gf2x"
name = "gf2poly"
readme = "README.md"
repository = "https://github.com/8051enthusiast/gf2poly"
version = "0.1.0"
[profile.test-fast]
debug-assertions = true
inherits = "test"
opt-level = 3
overflow-checks = true