aoc-star 0.1.2

Library and CLI tool to manage your Advent of Code solutions
Documentation
[dependencies.aoc-client]
optional = true
version = "0.2.0"

[dependencies.aoc-star-derive]
version = "0.1.1"

[dependencies.chrono]
version = "0.4.43"

[dependencies.clap]
features = ["derive"]
version = "4"

[dependencies.dirs]
version = "6.0.0"

[dependencies.inventory]
version = "0.3"

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

[dependencies.serde_yaml]
version = "0.9.34"

[dev-dependencies.tempfile]
version = "3.24.0"

[dev-dependencies.trybuild]
version = "1.0.114"

[features]
aoc-client = ["dep:aoc-client"]
default = []
test-helpers = []

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

[package]
authors = ["Yago Iglesias Vazquez  <yago@yagoiglesias.fr>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Library and CLI tool to manage your Advent of Code solutions"
documentation = "https://docs.rs/aoc-star"
edition = "2024"
homepage = "https://github.com/Yag000/aoc-star"
keywords = ["AdventOfCode", "AoC", "macro", "cli", "library"]
license = "MIT OR Apache-2.0"
name = "aoc-star"
readme = "README.md"
repository = "https://github.com/Yag000/aoc-star"
version = "0.1.2"

[[test]]
name = "compile"
path = "tests/compile.rs"

[[test]]
name = "run_tests"
path = "tests/run_tests.rs"