dtime 1.0.2

A professional, cross-platform datetime display utility with colored output and millisecond precision
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 = "2021"
name = "dtime"
version = "1.0.2"
authors = ["Hadi Cahyadi <cumulus13@gmail.com>"]
build = false
exclude = [
    "/tests",
    "/.github",
    "/.gitignore",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A professional, cross-platform datetime display utility with colored output and millisecond precision"
homepage = "https://github.com/cumulus13/dtime"
documentation = "https://docs.rs/dtime"
readme = "README.md"
keywords = [
    "datetime",
    "cli",
    "time",
    "timezone",
    "timestamp",
]
categories = [
    "command-line-utilities",
    "date-and-time",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/cumulus13/dtime"

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

[[bin]]
name = "dtime"
path = "src/main.rs"

[dependencies.anyhow]
version = "1"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.clap]
version = "4"
features = [
    "derive",
    "color",
]

[dependencies.clap-version-flag]
version = "1.0.5"

[dependencies.colored]
version = "2"

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "1"

[dev-dependencies.assert_cmd]
version = "2"

[dev-dependencies.predicates]
version = "3"

[dev-dependencies.tempfile]
version = "3"

[profile.release]
opt-level = 3
lto = true
codegen-units = 1
panic = "abort"
strip = true