# 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 = "aocd" version = "0.4.0" description = "Advent of Code Data - get puzzle input and submit answers from within your code" homepage = "https://github.com/bsamseth/aocd" documentation = "https://docs.rs/aocd" readme = "README.md" license = "MIT" [dependencies.anyhow] version = "1.0.75" [dependencies.aocd-proc] version = "0.4.0" [dependencies.minreq] version = "2.10.0" features = ["https-rustls"] [dependencies.regex] version = "1.9.6" [dependencies.shellexpand] version = "3.1.0" [dependencies.urlencoding] version = "2.1.3" [dev-dependencies.mockall] version = "0.11.3" [dev-dependencies.mockito] version = "0.31.1" [dev-dependencies.temp-env] version = "0.3.1" [dev-dependencies.tempfile] version = "3.3.0"