# 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.77" name = "aochelper" version = "0.3.1" authors = ["Blair Frandeen "] description = "Helper utility to download Advent of Code puzzle inputs." readme = "README.md" license = "MIT" repository = "https://github.com/blairfrandeen/aochelper" [dependencies.anyhow] version = "1.0.79" [dependencies.clap] version = "4.4.16" features = ["derive"] [dependencies.env_logger] version = "0.10.1" [dependencies.glob] version = "0.3.1" [dependencies.log] version = "0.4.20" [dependencies.reqwest] version = "0.11.23" features = ["blocking"] [dependencies.rusqlite] version = "0.30.0" [dependencies.serde] version = "1.0.195" features = ["derive"] [dependencies.toml] version = "0.8.8"