rustoku-cli 0.13.0

Command-line interface for the Rustoku library
# 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"
rust-version = "1.87"
name = "rustoku-cli"
version = "0.13.0"
authors = ["Samuel Huang <samhuang91@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line interface for the Rustoku library"
readme = "README.md"
keywords = [
    "sudoku",
    "puzzles",
    "solver",
    "generator",
]
categories = ["games"]
license = "MIT"
repository = "https://github.com/huangsam/rustoku"

[[bin]]
name = "rustoku-cli"
path = "src/main.rs"

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

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

[dependencies.csv]
version = "1.3.0"

[dependencies.rustoku-lib]
version = "0.13.0"

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

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