# 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 = "eyeris" version = "0.1.1" authors = ["Steve Caldwell"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A high-performance image analysis service with AI provider support" documentation = "https://docs.rs/eyeris" readme = "README.md" keywords = [ "ai", "image-analysis", "vision", "openai", "ollama", ] categories = [ "computer-vision", "api-bindings", "multimedia::images", ] license = "MIT" repository = "https://github.com/scald/eyeris" [lib] name = "eyeris" path = "src/lib.rs" [[bin]] name = "eyeris" path = "src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.async-trait] version = "0.1" [dependencies.axum] version = "0.7" features = ["multipart"] [dependencies.base64] version = "0.21" [dependencies.bytes] version = "1.5" features = ["serde"] [dependencies.futures] version = "0.3" [dependencies.image] version = "0.24" [dependencies.parking_lot] version = "0.12" [dependencies.rayon] version = "1.8" [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.36" features = ["full"] [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3"