# 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 = "mbryant-aoc2021" version = "0.25.1" authors = ["Matt Bryant "] description = "Commented solutions to AoC 2021" homepage = "https://programsareproofs.com/articles/aoc_2021.html" keywords = ["aoc", "advent", "example"] license = "MIT" repository = "https://gitlab.com/mbryant/aoc-2021" resolver = "2" [profile.bench] lto = "fat" debug = false inherits = "release" [profile.benchmark] lto = "fat" debug = false inherits = "release" [profile.release] lto = "thin" debug = true panic = "abort" [[bench]] name = "bench" harness = false [dependencies.argh] version = "0.1" [dependencies.arrayvec] version = "0.7" features = ["std"] [dependencies.bit] version = "0.1" [dependencies.colored] version = "2" [dependencies.fnv] version = "1.0" [dependencies.indexmap] version = "1.5" features = ["std"] [dependencies.itertools] version = "0.10" [dev-dependencies.criterion] version = "0.3"