# 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-cache" version = "0.2.2" description = "A way of caching your input from the great and popular Advent of Code" readme = "README.md" keywords = [ "puzzles", "advent-of-code", ] categories = ["caching"] license = "Unlicense" repository = "https://github.com/glennib/aoc-cache" [dependencies.cookie] version = "0.18.0" [dependencies.cookie_store] version = "0.20.0" [dependencies.scratch] version = "1" [dependencies.thiserror] version = "1" [dependencies.tracing] version = "0.1.40" [dependencies.ureq] version = "2.9.1" features = ["cookies"] [dependencies.url] version = "2"