bt_time_utils 0.1.2

Basic time formatting utility
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 = "bt_time_utils"
version = "0.1.2"
authors = ["calvarez <calvarez@bachuetech.biz>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Basic time formatting utility"
homepage = "https://github.com/bachuetech/bt_time_utils/"
readme = "README.md"
keywords = [
    "time",
    "formatting",
]
categories = [
    "value-formatting",
    "development-tools",
]
license = "GPL-3.0-only"
repository = "https://github.com/bachuetech/bt_time_utils"

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

[[test]]
name = "tests"
path = "tests/tests.rs"

[dependencies.bt_logger]
version = "0.3.3"

[dependencies.chrono]
version = "0.4.44"

[dependencies.chrono-tz]
version = "0.10.4"

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

[dependencies.time-tz]
version = "2.0.0"

[dev-dependencies]