# 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-zen-runner-macros" version = "0.1.7" description = "Macros for aoc-zen-runner." homepage = "https://github.com/proegssilb/aoc-zen-runner" documentation = "https://github.com/proegssilb/aoc-zen-runner" readme = "README.md" keywords = [ "advent-of-code", "aoc", ] categories = [ "command-line-utilities", "development-tools::cargo-plugins", ] license = "Apache-2.0" repository = "https://github.com/proegssilb/aoc-zen-runner" [lib] proc-macro = true [dependencies.anyhow] version = "1.0.79" [dependencies.cargo_metadata] version = "0.18.1" [dependencies.criterion] version = "0.5.1" features = [ "rayon", "plotters", "cargo_bench_support", "html_reports", ] [dependencies.microbench] version = "0.5.0" [dependencies.num-format] version = "0.4.4" features = ["with-system-locale"] [dependencies.plotters] version = "0.3.5" [dependencies.proc-macro2] version = "1.0.78" features = ["span-locations"] [dependencies.quote] version = "1.0.35" [dependencies.syn] version = "2.0.48" features = [ "full", "extra-traits", "fold", "visit", "visit-mut", "parsing", "proc-macro", ] [dependencies.thiserror] version = "1.0.57"