lineprior-cli 0.9.0

CLI for building, evaluating, tuning, and querying lineprior prior books.
# 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 = "2024"
name = "lineprior-cli"
version = "0.9.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI for building, evaluating, tuning, and querying lineprior prior books."
readme = "README.md"
keywords = [
    "cli",
    "prior",
    "decision-making",
    "heuristic",
    "opening-book",
]
categories = [
    "command-line-utilities",
    "algorithms",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/kent-tokyo/lineprior"
resolver = "2"

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

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

[dependencies.anyhow]
version = "1"

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

[dependencies.lineprior]
version = "0.9.0"

[dependencies.serde_json]
version = "1"

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