# 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 = "advent-of-code-data" version = "0.0.0" authors = ["Scott MacDonald"] description = "Advent of Code API for submitting answers and getting inputs" homepage = "https://github.com/smacdo/advent-of-code-rust" license = "Apache-2.0" repository = "https://github.com/smacdo/advent-of-code-rust" [dependencies.anyhow] version = "1.0.93" [dependencies.chrono] version = "0.4.38" [dependencies.chrono-tz] version = "0.10.0" [dependencies.reqwest] version = "0.12.9" features = [ "blocking", "cookies", ] [dependencies.serde_json] version = "1.0.133" [dependencies.tempfile] version = "3.14.0" [dependencies.thiserror] version = "2.0.3" [dependencies.tracing] version = "0.1.41" [dependencies.tracing-subscriber] version = "0.3.18"