# 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 = "auto-pilot" version = "0.1.0" authors = ["Mostafa Sadeghi"] description = "A tool to oprate your computer using GPT4 Vision" readme = "README.md" keywords = [ "cli", "ai", "openai", ] categories = [ "ai", "cli", ] license = "Apache-2.0" repository = "https://github.com/mostafasadeghi97/auto-pilot-computer" [dependencies.async-openai] version = "0.17.1" [dependencies.base64] version = "0.21.5" [dependencies.clap] version = "4.4.11" features = ["derive"] [dependencies.colored] version = "2.1.0" [dependencies.enigo] version = "0.1.3" [dependencies.image] version = "0.24.7" [dependencies.imageproc] version = "0.23.0" [dependencies.regex] version = "1.10.2" [dependencies.reqwest] version = "0.11.22" [dependencies.rusttype] version = "0.9.3" [dependencies.screenshots] version = "0.8.5" [dependencies.serde] version = "1.0.193" features = ["derive"] [dependencies.serde_json] version = "1.0.108" [dependencies.tokio] version = "1.25.0" features = ["full"]