# 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 = "code-errors" version = "0.1.0" authors = ["Prabhav Khera "] description = "Command line tool to find errors in code!" homepage = "https://github.com/probro27/error-suggestion-tool" readme = "README.md" keywords = [ "command-line", "suggestions", "code-analysis", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/probro27/error-suggestion-tool" [dependencies.checked_command] version = "0.2.4" [dependencies.dotenv] version = "0.15.0" [dependencies.http] version = "0.2.8" [dependencies.json] version = "0.12.4" [dependencies.reqwest] version = "0.11.13" features = ["json"] [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.tokio] version = "1.23.0" features = ["full"]