# 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-main" version = "0.5.0" authors = ["Rémi Dupré "] description = "A macro which defines a handful main for the Advent of Code" readme = "README.md" keywords = [ "advent", "aoc", "macro", ] license = "Apache-2.0" repository = "https://github.com/remi-dupre/aoc" [dependencies.attohttpc] version = "0.24" features = ["tls"] default_features = false [dependencies.clap] version = "4" features = ["string"] [dependencies.colored] version = "2" [dependencies.criterion] version = "0.4" optional = true [dependencies.dirs] version = "4" [features] bench = ["criterion"]