aoc_driver 0.3.4

helper macros and functions for AoC
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "aoc_driver"
version = "0.3.4"
edition = "2021"
description = "helper macros and functions for AoC"
repository = "https://github.com/Ben-Lichtman/aoc_driver"
license = "MIT OR Apache-2.0"

[dependencies]
chrono = { version = "0.4.23", features = ["serde"], optional = true }
serde = { version = "1.0.148", features = ["derive", "std", "rc"], optional = true }
serde_json = { version = "1.0.89", optional = true }
thiserror = "1.0.37"
ureq = "2.5.0"

[features]
default = ["local_cache"]
local_cache = ["serde", "serde_json", "chrono"]