lazytool 0.1.7

Rust lazy toolkit
Documentation
[dependencies.anyhow]
version = "1.0.95"

[dependencies.chrono]
version = "0.4.39"

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

[dependencies.once_cell]
version = "1.20.3"

[dependencies.regex]
version = "1.11.1"

[dependencies.serde]
features = ["derive"]
version = "1.0.217"

[[example]]
name = "time"
path = "examples/time.rs"

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

[package]
authors = ["wxnacy@gmail.com"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Rust lazy toolkit"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "lazytool"
readme = "README.md"
repository = "https://github.com/wxnacy/lazytool"
version = "0.1.7"