graphplan 0.1.3

Implementation of the Graphplan planning algorithm from Avrim L. Blum and Merrick L. Furst in Rust
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "graphplan"
version = "0.1.3"
authors = ["Alex Kehayias <alex.kehayias@gmail.com>"]
description = "Implementation of the Graphplan planning algorithm from Avrim L. Blum and Merrick L. Furst in Rust"
readme = "README.md"
keywords = ["graphplan", "planning", "plangraph"]
categories = ["algorithms", "data-structures"]
license = "EPL-1.0"
repository = "https://github.com/alexkehayias/rust-graphplan"

[[bench]]
name = "plangraph"
harness = false

[[bench]]
name = "solver"
harness = false
[dependencies.itertools]
version = "0.8"

[dependencies.log]
version = "0.4"

[dependencies.serde]
version = "1.0"

[dependencies.serde_derive]
version = "1.0"

[dependencies.toml]
version = "0.4.2"
[dev-dependencies.criterion]
version = "0.2"