cargo-advent 0.2.0

Yet another cli to help with Advent of Code challenges
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 = "cargo-advent"
version = "0.2.0"
authors = ["codersparks <codersparks@users.noreply.github.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Yet another cli to help with Advent of Code challenges"
readme = "README.md"
keywords = [
    "advent",
    "aoc",
]
categories = [
    "command-line-utilities",
    "development-tools::cargo-plugins",
]
license = "MIT"
repository = "https://github.com/codersparks-aoc/cargo-advent"

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

[[bin]]
name = "cargo-advent"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.100"

[dependencies.cargo-generate]
version = "0.23.5"

[dependencies.chrono]
version = "0.4.42"

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

[dependencies.lazy_static]
version = "1.5.0"

[dependencies.loadenv]
version = "0.1.4"

[dependencies.regex]
version = "1.11.2"

[dependencies.thiserror]
version = "2.0.16"

[dependencies.tracing]
version = "0.1.41"

[dependencies.tracing-subscriber]
version = "0.3.20"

[dev-dependencies.shlex]
version = "1.3.0"

[dev-dependencies.test-log]
version = "0.2.18"
features = [
    "color",
    "trace",
]
default-features = false