# 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 = "aocoracle" version = "0.1.2" exclude = [".*", "inputs/"] description = "Universal solver for advent of code problems" license = "MIT" resolver = "2" [lib] name = "aoclib" path = "src/aoclib.rs" [[bin]] name = "aocoracle" path = "src/aoc.rs" [dependencies.clap] version = "2.33.3" [dependencies.env_logger] version = "0.9.0" [dependencies.hashbrown] version = "0.11.2" [dependencies.itertools] version = "0.10.0" [dependencies.log] version = "0.4.14" [dependencies.regex] version = "1.4.5" [dependencies.structopt] version = "0.3.21"