# 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 = "george-ai" version = "0.1.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "George is an API leveraging AI to make it easy to control a computer with natural language" readme = "README.md" license = "MIT" repository = "https://github.com/logankeenan/george" [lib] name = "george_ai" path = "src/lib.rs" [dependencies.base64] version = "0.22.1" [dependencies.bollard] version = "0.17.1" [dependencies.bytes] version = "1.7.2" [dependencies.futures-util] version = "0.3" [dependencies.image] version = "0.25.4" [dependencies.regex] version = "1.11.1" [dependencies.reqwest] version = "0.12.8" features = [ "json", "rustls-tls", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tar] version = "0.4" [dependencies.thiserror] version = "1.0.65" [dependencies.tokio] version = "1" features = ["full"] [dependencies.uuid] version = "1.3" features = ["v4"]