# 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" version = "0.6.1" authors = ["panicbit "] description = "Advent of code helpers" license = "MIT OR Apache-2.0" repository = "https://github.com/panicbit/aoc" [dependencies.anyhow] version = "1.0.80" [dependencies.aoc_codegen] version = "0.6.1" [dependencies.chrono] version = "0.4.31" features = ["serde"] [dependencies.chrono-tz] version = "0.8.4" [dependencies.clap] version = "4.4.11" features = ["string"] [dependencies.directories] version = "5.0.1" [dependencies.dirs] version = "5.0.1" [dependencies.open] version = "5.0.1" [dependencies.reqwest] version = "0.11.22" features = [ "blocking", "json", ] [dependencies.select] version = "0.6.0" [dependencies.serde] version = "1.0.193" [dependencies.serde_derive] version = "1.0.193" [dependencies.serde_json] version = "1.0.108"