wrapup 0.1.3

Contrail year-in-code report generator
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"
name = "wrapup"
version = "0.1.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Contrail year-in-code report generator"
readme = false
license = "MIT"
repository = "https://github.com/strangeloopcanon/contrail"
resolver = "2"

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

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

[dependencies.anyhow]
version = "1.0"

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

[dependencies.contrail-types]
version = "0.1.3"

[dependencies.dirs]
version = "5.0.1"

[dependencies.reqwest]
version = "0.12.4"
features = [
    "blocking",
    "json",
    "rustls-tls",
]

[dependencies.rusqlite]
version = "0.31.0"
features = ["bundled"]

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

[dependencies.serde_json]
version = "1.0"