rti 0.1.7

A tool to convert to/from unix epoch times.
# 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 = "rti"
version = "0.1.7"
authors = ["Chris Forte <cforte7@gmail.com>"]
build = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A tool to convert to/from unix epoch times."
homepage = "https://github.com/cforte7/rusty_time_interpreter"
readme = "README.md"
keywords = [
    "time",
    "cli",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/cforte7/rusty_time_interpreter"

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

[dependencies.chrono]
version = "0.4.24"

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

[dependencies.confy]
version = "0.4.0"

[dependencies.itertools]
version = "0.10.3"

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