[dependencies.chrono]
version = "^0.4"
[lib]
name = "dayjs"
path = "src/lib.rs"
[package]
authors = ["michaelbguo@tencent.com"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["date-and-time"]
description = "a date and time library for Rust, inspired by day.js"
documentation = "https://docs.rs/dayjs"
edition = "2024"
keywords = ["dayjs", "day", "moment", "date", "time"]
license = "MIT"
name = "dayjs"
readme = "README.md"
repository = "https://github.com/guobin211/dayjs"
resolver = "2"
version = "0.1.2"