caltemps 0.3.1

A tool to query and report on your iCalendar data from vDirs.
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 = "2024"
rust-version = "1.85"
name = "caltemps"
version = "0.3.1"
authors = ["Evilham <contact@evilham.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
default-run = "ct"
description = "A tool to query and report on your iCalendar data from vDirs."
homepage = "https://evilham.com/en/code/#caltemps"
readme = "README.md"
keywords = [
    "cli",
    "ical",
    "icalendar",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://farga.eXO.cat/evilham/caltemps"

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

[[bin]]
name = "ct"
path = "src/bin/ct.rs"

[dependencies.chrono]
version = "0.4.41"

[dependencies.clap]
version = "4.5.40"
features = [
    "derive",
    "env",
]

[dependencies.cli-table]
version = "0.5.0"

[dependencies.config]
version = "0.15.11"

[dependencies.csv]
version = "1.3.1"

[dependencies.icalendar]
version = "0.16.15"
features = [
    "chrono-tz",
    "serde",
]

[dependencies.itertools]
version = "0.14.0"

[dependencies.regex]
version = "1.11.1"

[dependencies.serde]
version = "1.0.219"

[dependencies.xdg]
version = "3.0.0"

[profile.release]
lto = true
overflow-checks = true

[profile.release-with-debug]
debug = 2
inherits = "release"