# 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-lib" version = "1.0.3" authors = ["Keval Kapdee "] description = "A library that lets you focus on problem-solving rather than boilerplate when doing Advent of Code" readme = "README.md" keywords = [ "advent", "aoc", ] license = "Apache-2.0" repository = "https://github.com/thechubbypanda/aoc" [dependencies.home] version = "0.5.4" [dependencies.reqwest] version = "0.11.13" features = ["blocking"] [dependencies.scanf] version = "1.2.1"