[dependencies.time]
features = ["macros", "local-offset", "formatting", "parsing"]
version = "0.3"
[lib]
name = "libutil"
path = "src/lib.rs"
[package]
authors = ["Nathan Laan"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools"]
description = "A Rust utility library."
edition = "2024"
homepage = "https://github.com/NathanLaan/libutil"
keywords = ["macro", "debug", "utility"]
license = "MIT"
name = "libutil"
readme = "README.md"
repository = "https://github.com/NathanLaan/libutil"
version = "0.1.0"