# 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" name = "pdbs_benchmark" version = "0.1.0" authors = ["Piotr Beling "] include = [ "**/*.rs", "Cargo.toml", "README.md", ] description = "The program for benchmarking pattern database implementations." documentation = "https://docs.rs/pdbs_benchmark" readme = "README.md" keywords = [ "puzzle", "benchmark", "sliding-puzzle", "15-puzzle", "pattern-db", ] categories = [ "algorithms", "game-development", "mathematics", "science", ] license = "GPL-3.0-or-later" repository = "https://github.com/beling/puzzles" resolver = "1" [dependencies.cpu-time] version = "1" [dependencies.csf] version = "0.1" [dependencies.fsum] version = "0.1" [dependencies.ph] version = "0.8" [dependencies.puzzles] version = "0.1" [dependencies.rand] version = "0.8" [dependencies.rand_chacha] version = "0.3"