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