libutils 5.0.0

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.99"
name = "libutils"
version = "5.0.0"
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",
    "utils",
    "libutils",
]
categories = [
    "development-tools",
    "config",
]
license = "MIT"
repository = "https://github.com/alejandro-vaz/libutils"

[features]
default = ["std"]
no-alloc = ["dep:constrangeiter"]
no-std = [
    "no-alloc",
    "dep:bytediff",
    "dep:ebnftobnf",
    "dep:libutils-console",
    "dep:libutils-issue",
    "dep:stack-array",
]
std = [
    "no-std",
    "dep:cagelock",
    "dep:libutils-report",
    "dep:libutils-terminal",
]

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

[dependencies.bytediff]
version = "0.0"
optional = true

[dependencies.cagelock]
version = "0.0"
optional = true

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

[dependencies.ebnftobnf]
version = "0.0"
optional = true

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

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

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

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

[dependencies.stack-array]
version = "0.6"
optional = true