[package] name = "aoc_driver" version = "0.3.6" 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"]