[package]
edition = "2024"
name = "rcomb"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Combinatorial traits, collections of combinatorial objects"
readme = "README.md"
keywords = [
"combinatorics",
"mathematics",
]
categories = [
"algorithms",
"data-structures",
"mathematics",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/fomichev-d/rcomb"
[lib]
name = "rcomb"
path = "src/lib.rs"
[dependencies.rayon]
version = "1.11.0"
optional = true