# 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-parse" version = "0.2.18" description = "A little library for parsing your Advent of Code puzzle input" homepage = "https://github.com/jorendorff/aoc-parse/#aoc-parse" readme = "README.md" keywords = [ "aoc", "parse", "parser", "adventofcode", "advent-of-code", ] license = "MIT" repository = "https://github.com/jorendorff/aoc-parse" [dependencies.lazy_static] version = "1.4" [dependencies.num-bigint] version = "0.4" [dependencies.num-traits] version = "0.2" [dependencies.regex] version = "1" [dependencies.thiserror] version = "1" [dependencies.tuple_utils] version = "0.4" [dev-dependencies.anyhow] version = "1.0" [dev-dependencies.aoc-runner-derive] version = "0.3.0" [dev-dependencies.serde_json] version = "1.0"