t16 0.0.1

generate (and parse) unique hexadecimal timestamps
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 = "t16"
version = "0.0.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "generate (and parse) unique hexadecimal timestamps"
homepage = "https://github.com/gabrielfalcao/t16"
documentation = "https://docs.rs/t16"
readme = "README.md"
license = "MIT"

[lib]
name = "t16"
path = "t16/lib.rs"

[[bin]]
name = "t16"
path = "t16/cli/t16.rs"

[[bin]]
name = "t16g"
path = "t16/cli/g.rs"

[[bin]]
name = "t16p"
path = "t16/cli/p.rs"

[dependencies.chrono]
version = "0.4.40"

[dependencies.clap]
version = "4.5.36"
features = [
    "derive",
    "env",
    "unicode",
    "wrap_help",
]

[dependencies.hex]
version = "0.4.3"

[dependencies.regex]
version = "1.11.1"

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