# 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 = "webtek-grader" version = "2.3.0" authors = ["magnusrodseth"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Aids in the process of extracting student deliverables, and leverages GPT to generate a proposal for the student feedback." homepage = "https://github.com/magnusrodseth/webtek-grader" readme = "README.md" keywords = [ "cli", "gpt", "zip", "tar", "unrar", ] license = "MIT" repository = "https://github.com/magnusrodseth/webtek-grader" [[bin]] name = "webtek-grader" path = "src/main.rs" [dependencies.async-recursion] version = "0.3" [dependencies.clap] version = "4.5.16" features = ["derive"] [dependencies.dotenv] version = "0.15.0" [dependencies.openai-api-rs] version = "5.0.5" [dependencies.pdf-extract] version = "0.7.9" [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tar] version = "0.4.41" [dependencies.tokio] version = "1" features = ["full"] [dependencies.unrar] version = "0.5.3" [dependencies.walkdir] version = "2.5.0" [dependencies.zip] version = "0.5.13"