# 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 = "aochelpers" version = "0.6.2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A set of structs and associated methods that cover common use=cases when solving Advent Of Code problems." readme = "README.md" license = "Apache-2.0" [lib] name = "aochelpers" path = "src/lib.rs" [[test]] name = "tests" path = "tests/tests.rs" [dependencies.anyhow] version = "1.0.76" [dependencies.dirs] version = "5.0.1" [dependencies.log] version = "0.4.20" [dependencies.num] version = "0.4.0" [dependencies.reqwest] version = "0.12.9" features = ["blocking"]