libutils 9.40.27

Common library types for faster development
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 = "9.40.27"
authors = ["Alejandro Vaz"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Common library types for faster development"
homepage = "https://github.com/alejandro-vaz/libutils"
readme = false
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"]
default = [
    "array",
    "cage",
    "diff",
    "issue",
    "log",
    "pointer",
    "problem",
    "report",
    "terminal",
]
diff = ["dep:libutils-diff"]
issue = ["dep:libutils-issue"]
log = [
    "dep:libutils-log",
    "pointer",
]
pointer = ["dep:libutils-pointer"]
problem = [
    "array",
    "issue",
    "dep:libutils-problem",
]
report = [
    "array",
    "issue",
    "problem",
    "dep:libutils-report",
    "terminal",
]
terminal = [
    "cage",
    "diff",
    "issue",
    "log",
    "problem",
    "dep:libutils-terminal",
]

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

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

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

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

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

[dependencies.libutils-log]
version = "9.40.27"
optional = true

[dependencies.libutils-pointer]
version = "9.40.27"
optional = true

[dependencies.libutils-problem]
version = "9.40.27"
optional = true

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

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