# 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 = "aocr" version = "0.2.2" authors = ["Alex Buck "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A simple task runner and support tool for Advent of Code challenges." readme = "README.md" license = "MIT" repository = "https://github.com/alexjbuck/aocr" [profile.release] lto = true codegen-units = 1 strip = true [[bin]] name = "aocr" path = "src/main.rs" [dependencies.anyhow] version = "1.0.93" [dependencies.arboard] version = "3.4.1" [dependencies.cargo_metadata] version = "0.18.1" [dependencies.clap] version = "4.5.21" features = ["derive"] [dependencies.crossterm] version = "0.28.1" [dependencies.dialoguer] version = "0.11.0" [dependencies.notify] version = "7.0.0" [dependencies.ratatui] version = "0.29.0" features = ["crossterm"] [dependencies.serde] version = "1.0.215" features = ["derive"] [dependencies.tempfile] version = "3.14.0" [dependencies.thiserror] version = "2.0.3" [dependencies.toml] version = "0.8.19"