rcomb 0.1.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.1.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]
petgraph = [
    "dep:petgraph",
    "dep:itertools",
]

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

[dependencies.itertools]
version = "0.14.0"
optional = true

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

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