timecalc 0.4.15

Calculate the total duration of a given set of intervals and durations
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 = "timecalc"
version = "0.4.15"
authors = ["David Isaksson <davidisaksson93@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Calculate the total duration of a given set of intervals and durations"
readme = "README.md"
keywords = [
    "cli",
    "parser",
    "utility",
    "time",
    "time-tracking",
]
categories = [
    "command-line-interface",
    "command-line-utilities",
    "date-and-time",
    "parsing",
]
license = "MIT"
repository = "https://github.com/granddave/timecalc-rs/"

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

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

[dependencies.anyhow]
version = "1.0"

[dependencies.chrono]
version = "0.4"

[dependencies.clap]
version = "4.5"
features = [
    "derive",
    "cargo",
]

[dependencies.lazy_static]
version = "1"

[dependencies.regex]
version = "1"

[dependencies.thiserror]
version = "2"