# 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 = "libaoc" version = "0.1.54" authors = ["Jordi Calafat "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Advent of Code CLI" readme = "README.md" keywords = [ "puzzle", "advent", "algorithm", ] categories = [ "command-line-utilities", "api-bindings", ] license = "MIT" repository = "https://github.com/jocades/libaoc" [lib] name = "libaoc" path = "src/lib.rs" [[bin]] name = "aoc" path = "src/bin/aoc.rs" [dependencies.anyhow] version = "1.0.94" [dependencies.clap] version = "4.5.23" features = ["derive"] [dependencies.html2text] version = "0.13.5" [dependencies.reqwest] version = "0.12.9" features = ["blocking"] [dependencies.scraper] version = "0.22.0" [dependencies.tracing] version = "0.1.41" [dependencies.tracing-subscriber] version = "0.3.19" features = ["env-filter"]