rcomb 0.2.3

Combinatorial objects, traits, collections
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 = "rcomb"
version = "0.2.3"
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",
]

[features]
rayon = [
    "dep:rayon",
    "dep:uf_rush",
]

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

[[bench]]
name = "map"
path = "benches/map.rs"
harness = false

[dependencies.csv]
version = "1.4.0"

[dependencies.divisors]
version = "0.2.1"

[dependencies.itertools]
version = "0.14.0"

[dependencies.kdam]
version = "0.6.4"
optional = true

[dependencies.petgraph]
version = "0.8.3"
optional = true

[dependencies.prime-factor]
version = "0.7.0"
default-features = false

[dependencies.radix_trie]
version = "0.3.0"

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

[dependencies.uf_rush]
version = "0.2.1"
optional = true

[dev-dependencies.criterion]
version = "0.8.2"