toolcraft-utils 0.2.3

Common utilities for toolcraft ecosystem
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"
name = "toolcraft-utils"
version = "0.2.3"
authors = ["Ancient <gamesworldcraft@gmail.com>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Common utilities for toolcraft ecosystem"
documentation = "https://docs.rs/toolcraft-utils"
readme = "README.md"
license = "MIT"
repository = "https://github.com/code-serenade/toolcraft.git"

[lib]
name = "toolcraft_utils"
path = "src/lib.rs"

[dependencies.base64]
version = "0.22"

[dependencies.chrono]
version = "0.4.42"
features = [
    "serde",
    "serde",
]

[dependencies.hex]
version = "0.4"

[dependencies.hmac]
version = "0.12"

[dependencies.serde_json]
version = "1.0.145"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "2.0.17"

[dependencies.time]
version = "0.3.44"
features = [
    "formatting",
    "parsing",
]