jt-consoleutils 0.1.0

Scaffolding and helpers for CLI tools
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 = "2024"
name = "jt-consoleutils"
version = "0.1.0"
authors = ["Jason Taylor <jasont137@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Scaffolding and helpers for CLI tools"
homepage = "https://github.com/jasontaylor137/jt-consoleutils"
readme = "README.md"
keywords = [
    "cli",
    "terminal",
    "console",
    "shell",
]
categories = [
    "command-line-interface",
    "command-line-utilities",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/jasontaylor137/jt-consoleutils"

[features]
build-support = []

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

[[example]]
name = "scaffold_project"
path = "examples/scaffold_project.rs"

[[example]]
name = "test_shell"
path = "examples/test_shell.rs"

[dependencies.terminal_size]
version = "0.4"

[dependencies.thiserror]
version = "2"

[dev-dependencies.rstest]
version = "0.25"

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