# 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 = "cargo-aoc" version = "0.3.8" authors = [ "Grégory Obanos ", "Olivier Pinon ", ] build = false include = [ "Cargo.toml", "src/**/*", "template/**/*.tpl", "../README.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Cargo Advent of Code Helper" readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/gobanos/cargo-aoc" [[bin]] name = "cargo-aoc" path = "src/main.rs" [dependencies.aoc-runner-internal] version = "0.1.0" [dependencies.chrono] version = "0.4.31" [dependencies.chrono-tz] version = "0.10.0" [dependencies.clap] version = "4.4.8" features = ["derive"] [dependencies.directories] version = "5.0.1" [dependencies.reqwest] version = "0.12.9" features = [ "blocking", "rustls-tls", ] default-features = false [dependencies.tokio] version = "1.34.0" features = ["rt"] [dependencies.toml] version = "0.8.8" [dependencies.webbrowser] version = "1.0.2"