time-format 1.2.3

A lightweight library for formatting Unix timestamps with millisecond precision in UTC and local time
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 = "2018"
name = "time-format"
version = "1.2.3"
authors = ["Frank Denis <github@pureftpd.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A lightweight library for formatting Unix timestamps with millisecond precision in UTC and local time"
homepage = "https://github.com/jedisct1/rust-time-format"
documentation = "https://docs.rs/time-format"
readme = "README.md"
keywords = [
    "time",
    "format",
    "strftime",
    "timestamp",
    "iso8601",
]
categories = [
    "date-and-time",
    "internationalization",
    "no-std",
]
license = "MIT"
repository = "https://github.com/jedisct1/rust-time-format"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[badges.maintenance]
status = "actively-maintained"

[features]
bench = []
default = []

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

[dependencies]