hyperlane-time 0.7.15

A library for fetching the current time based on the system's locale settings.
Documentation
[lib]
name = "hyperlane_time"
path = "src/lib.rs"

[package]
authors = ["root@ltpp.vip"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["network-programming", "web-programming"]
description = "A library for fetching the current time based on the system's locale settings."
edition = "2024"
exclude = ["target", "Cargo.lock", "sh", ".github"]
keywords = ["time", "hyperlane", "day", "format", "lang"]
license = "MIT"
name = "hyperlane-time"
readme = "README.md"
repository = "https://github.com/hyperlane-dev/hyperlane-time.git"
version = "0.7.15"

[profile.dev]
codegen-units = 1
debug = 0
incremental = false
lto = true
opt-level = 3
panic = "unwind"
strip = "debuginfo"

[profile.release]
codegen-units = 1
debug = 0
incremental = false
lto = true
opt-level = 3
panic = "unwind"
strip = "debuginfo"