# 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" rust-version = "1.80.1" name = "aoc-rs-1npo" version = "0.5.1" authors = ["Nick O'Malley (1npo) "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "My attempt at using Rust to solve Advent of Code puzzles" readme = "README.md" keywords = [ "advent-of-code", "aoc", ] categories = ["command-line-utilities"] license = "MIT" [lib] name = "aoc_rs_1npo" path = "src/lib.rs" [[bin]] name = "aoc-rs" path = "src/main.rs" test = true edition = "2021" [dependencies.clap] version = "4.5.20" features = ["derive"] [dependencies.env_logger] version = "0.11.5" [dependencies.homedir] version = "0.3.4" [dependencies.log] version = "0.4" [dependencies.regex] version = "1.11.1" [dependencies.reqwest] version = "0.12.9" features = ["blocking"]