jia-parse 1.0.0

Command-line and library parser for PDDL and Jia model files.
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 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 = "jia-parse"
version = "1.0.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line and library parser for PDDL and Jia model files."
homepage = "https://github.com/Feasbl/jia-parse"
documentation = "https://docs.rs/jia-parse"
readme = "README.md"
keywords = [
    "pddl",
    "parser",
    "planning",
    "jia",
    "cli",
]
categories = [
    "command-line-utilities",
    "parser-implementations",
]
license = "Apache-2.0"
repository = "https://github.com/Feasbl/jia-parse"

[lib]
name = "jia_parse"
path = "src/lib.rs"

[[bin]]
name = "jia-parse"
path = "src/bin/jia-parse.rs"

[[test]]
name = "cli"
path = "tests/cli.rs"

[[test]]
name = "coverage_features"
path = "tests/coverage_features.rs"

[[test]]
name = "parse_files"
path = "tests/parse_files.rs"

[dependencies.anyhow]
version = "1.0.102"

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

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

[dependencies.serde_json]
version = "1.0.149"

[dev-dependencies.assert_cmd]
version = "2"

[dev-dependencies.predicates]
version = "3"

[dev-dependencies.tempfile]
version = "3"