[package]
name = "miniplan"
description = "A PDDL planner library built around the pddl crate, with grounding and search utilities"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
authors.workspace = true
keywords.workspace = true
categories.workspace = true
readme = "../../README.md"
[dependencies]
pddl.workspace = true
thiserror.workspace = true
fixedbitset.workspace = true
rustc-hash.workspace = true
indexmap.workspace = true
tracing.workspace = true
bitflags.workspace = true
[dev-dependencies]
pretty_assertions.workspace = true
tempfile.workspace = true