# 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 = "pddllib" version = "0.2.0" authors = ["Jan M. D. Hansen"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A PDDL library for lifted successor generation" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/jamadaha/pddllib" [lib] name = "pddllib" path = "src/lib.rs" [[test]] name = "instantiate" path = "tests/instantiate.rs" [[bench]] name = "blocksworld" path = "benches/blocksworld.rs" harness = false [[bench]] name = "gripper" path = "benches/gripper.rs" harness = false [[bench]] name = "miconic" path = "benches/miconic.rs" harness = false [dependencies.indexmap] version = "2.2.6" [dependencies.itertools] version = "0.13.0" [dependencies.pddlp] version = "0.1.7" optional = true [dependencies.thiserror] version = "1.0.61" [dev-dependencies.divan] version = "0.1.14" [dev-dependencies.pathfinding] version = "4.9.1" [features] default = ["translate"] translate = ["dep:pddlp"]