rpid 0.4.0

Rust Programmable Interface for Domain-Independent Dynamic Programming (RPID)
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"
rust-version = "1.90"
name = "rpid"
version = "0.4.0"
authors = [
    "Ryo Kuroiwa <kuroiwa@nii.ac.jp>",
    "Yuxiao (Jasper) Chen <yuxiao.chen@mail.utoronto.ca>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust Programmable Interface for Domain-Independent Dynamic Programming (RPID)"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/domain-independent-dp/rpid"

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

[dependencies.bus]
version = "2.4"

[dependencies.dashmap]
version = "6.1"

[dependencies.itertools]
version = "0.15"

[dependencies.num-traits]
version = "0.2"

[dependencies.ordered-float]
version = "5.5"

[dependencies.rayon]
version = "1.10"

[dependencies.rustc-hash]
version = "2.1"

[dependencies.smallvec]
version = "1.16"

[dev-dependencies.approx]
version = "0.5"

[dev-dependencies.fixedbitset]
version = "0.5"