# 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 = "labyr" version = "0.2.11" authors = ["Jan M. D. Hansen"] description = "A PDDL benchmarker" license = "GPL-3.0-only" repository = "https://github.com/jamadaha/labyr" [dependencies.anyhow] version = "1.0.83" [dependencies.clap] version = "4.4.18" features = ["derive"] [dependencies.csv] version = "1.3.0" [dependencies.env_logger] version = "0.11.1" [dependencies.glob] version = "0.3.1" [dependencies.indicatif] version = "0.17.7" [dependencies.indicatif-log-bridge] version = "0.2.2" [dependencies.log] version = "0.4.20" [dependencies.once_cell] version = "1.19.0" [dependencies.path-absolutize] version = "3.1.1" [dependencies.pretty-duration] version = "0.1.1" [dependencies.regex] version = "1.10.4" [dependencies.serde] version = "1.0.196" features = ["derive"] [dependencies.tempfile] version = "3" [dependencies.toml] version = "0.8.9" [dependencies.walkdir] version = "2.5.0"