# 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 = "advtools" version = "0.8.0" authors = ["Georg Brandl "] description = "A prelude to reduce boilerplate of 'Advent of Code' like challenges." license = "MIT/Apache-2.0" repository = "https://github.com/birkenfeld/advtools" resolver = "2" [dependencies.arrayvec] version = "0.7.1" [dependencies.hashbrown] version = "0.11.2" [dependencies.itertools] version = "0.10.1" [dependencies.num] version = "0.4.0" [dependencies.odds] version = "0.4.0" features = ["std-string", "std-vec"] [dependencies.rayon] version = "1.5.1" [dependencies.regex] version = "1.4.2"