libutils-console 2.1.1

A simple generalized I/O interface
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"
rust-version = "1.99"
name = "libutils-console"
version = "2.1.1"
authors = ["Alejandro Vaz <alejandro.vaz.myt@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A simple generalized I/O interface"
homepage = "https://github.com/alejandro-vaz/libutils"
readme = "README.md"
keywords = [
    "system",
    "io",
    "cli",
    "errors",
]
categories = [
    "command-line-interface",
    "config",
    "filesystem",
    "no-std",
    "simulation",
]
license = "MIT"
repository = "https://github.com/alejandro-vaz/libutils"

[lib]
name = "libutils_console"
path = "mod.rs"

[dependencies.libutils-issue]
version = "0.1"