# 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_input" version = "0.2.2" authors = ["martijn.v.erne@gmail.com"] description = "A simple program to download and cache your AoC puzzle inputs" readme = "README.md" license = "MIT" repository = "https://github.com/mafferozo/aoc_input" [lib] name = "aoc_input_lib" path = "src/lib.rs" [[bin]] name = "aoc-input" path = "src/bin/aoc-input/main.rs" required-features = ["cli"] [dependencies.clap] version = "4.1.4" features = ["derive"] optional = true [dependencies.home] version = "0.5.4" [dependencies.reqwest] version = "0.11.14" features = ["blocking"] [features] cli = ["dep:clap"]