# 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 = "euler-rs" version = "0.1.0" authors = ["Omar Abbasi"] build = false exclude = [ "problems/*", "solutions/*", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A command line tool for solving Project Euler problems in Rust" homepage = "https://github.com/abbasio/euler-rs" readme = "README.md" keywords = [ "cli", "euler", "math", "puzzle", ] categories = [ "command-line-utilities", "mathematics", ] license = "MIT OR Apache-2.0" repository = "https://github.com/abbasio/euler-rs" [[bin]] name = "euler-rs" path = "src/main.rs" [dependencies.aho-corasick] version = "1.1.3" [dependencies.clap] version = "4.0" features = ["derive"] [dependencies.codegen] version = "0.1.3" [dependencies.html2text] version = "0.12.5" [dependencies.reqwest] version = "0.12.7" features = ["blocking"] [dependencies.scraper] version = "0.20.0"