# 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 = "bddap-aoc" version = "0.1.1" authors = ["Andrew Dirksen "] description = "bddap's rust Advent Of Code solution runner" readme = "README.md" keywords = ["aoc"] license = "MIT OR Apache-2.0" repository = "https://github.com/bddap/bddap-aoc" [[example]] name = "standard" path = "examples/standard/main.rs" [[example]] name = "showcase" path = "examples/showcase/main.rs" [dependencies.anyhow] version = "1.0.75" [dependencies.bddap-aoc-macros] version = "0.1.1" [dependencies.chrono] version = "0.4.31" [dependencies.clap] version = "4.4.7" features = ["derive"] [dependencies.humantime] version = "2.1.0" [dependencies.linkme] version = "0.3.17" [dependencies.reqwest] version = "0.11.22" features = ["blocking"] [dependencies.rpassword] version = "7.2.0" [dependencies.serde] version = "1.0.190" features = ["derive"] [dependencies.toml] version = "0.8.6" [dependencies.xdg] version = "2.5.2"