ferroplan-cli 0.4.0

Command-line interface (the `ff` binary) for the ferroplan PDDL planner
# 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"
rust-version = "1.74"
name = "ferroplan-cli"
version = "0.4.0"
authors = ["Harold Hersey <haroldhhersey@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line interface (the `ff` binary) for the ferroplan PDDL planner"
homepage = "https://hhh42.github.io/ferroplan"
readme = "README.md"
keywords = [
    "pddl",
    "planner",
    "planning",
    "ai",
    "heuristic-search",
]
categories = [
    "science",
    "command-line-utilities",
    "algorithms",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/hhh42/ferroplan"

[[bin]]
name = "ff"
path = "src/main.rs"

[dependencies.anyhow]
version = "1"

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.ferroplan]
version = "0.4.0"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"