libutils 2.0.5

A general utility library
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.98"
name = "libutils"
version = "2.0.5"
authors = ["Alejandro Vaz <alejandro.vaz.myt@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A general utility library"
homepage = "https://github.com/alejandro-vaz/libutils"
readme = "README.md"
keywords = [
    "utilities",
    "types",
    "utils",
    "libutils",
]
categories = [
    "development-tools",
    "config",
    "no-std",
]
license = "MIT"
repository = "https://github.com/alejandro-vaz/libutils"

[features]
array = ["dep:libutils-array"]
cage = ["dep:libutils-cage"]
console = ["dep:libutils-console"]
constrangeiter = ["dep:libutils-constrangeiter"]
default = [
    "array",
    "cage",
    "console",
    "constrangeiter",
    "diff",
    "issue",
    "report",
    "terminal",
]
diff = ["dep:libutils-diff"]
issue = ["dep:libutils-issue"]
report = ["dep:libutils-report"]
terminal = ["dep:libutils-terminal"]

[lib]
name = "libutils"
path = "lib.rs"

[dependencies.libutils-array]
version = "0.2"
optional = true

[dependencies.libutils-cage]
version = "0.0"
optional = true

[dependencies.libutils-console]
version = "2.0"
optional = true

[dependencies.libutils-constrangeiter]
version = "0.0"
optional = true

[dependencies.libutils-diff]
version = "0.0"
optional = true

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

[dependencies.libutils-report]
version = "0.2"
optional = true

[dependencies.libutils-terminal]
version = "1.0"
optional = true