# 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 = "2021" rust-version = "1.65" name = "dypdl-heuristic-search" version = "0.8.0" authors = [ "Ryo Kuroiwa ", "Yuxiao (Jasper) Chen ", ] description = "Heuristic search solvers for Dynamic Programming Description Language (DyPDL)." homepage = "https://didp.ai" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/domain-independent-dp/didp-rs" [dependencies.bus] version = "2.4" [dependencies.crossbeam-channel] version = "0.5" [dependencies.dashmap] version = "5.5" [dependencies.dypdl] version = "0.8.0" [dependencies.ordered-float] version = "4.2" [dependencies.rand] version = "0.8" [dependencies.rand_distr] version = "0.4" [dependencies.rand_pcg] version = "0.3" [dependencies.rayon] version = "1.10" [dependencies.rustc-hash] version = "1.1" [dependencies.smallvec] version = "1.13"