# 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 = "2021" name = "aoc_driver" version = "0.3.6" description = "helper macros and functions for AoC" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/Ben-Lichtman/aoc_driver" [dependencies.chrono] version = "0.4.23" features = ["serde"] optional = true [dependencies.serde] version = "1.0.148" features = [ "derive", "std", "rc", ] optional = true [dependencies.serde_json] version = "1.0.89" optional = true [dependencies.thiserror] version = "1.0.37" [dependencies.ureq] version = "2.5.0" [features] default = ["local_cache"] local_cache = [ "serde", "serde_json", "chrono", ]