# 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" rust-version = "1.76" name = "ac-qu-ai-nt-core" version = "0.0.7" authors = ["J / Jacob Babich "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "The core library of ac-qu-ai-nt. If you're looking for the application, see cli-clap or gui-eframe or tui-ratatui or the multibinary" readme = false license = "Apache-2.0 OR MIT OR Unlicense" repository = "https://github.com/babichjacob/ac-qu-ai-nt" [lib] name = "ac_qu_ai_nt_core" path = "src/lib.rs" [dependencies.cozo] version = "0.7" features = [ "graph-algo", "storage-sqlite", ] default-features = false [dependencies.llama-cpp-2] version = "0.1.82" [dependencies.ocrs] version = "0.9" [dependencies.reqwest] version = "0.12.4" features = [ "http2", "macos-system-configuration", "rustls-tls-webpki-roots", "json", "multipart", "brotli", "deflate", "gzip", "zstd", ] default-features = false [dependencies.rten] version = "0.13.1" [dependencies.snafu] version = "0.8" [dependencies.tracing] version = "0.1.35" optional = true [features] default = [] tracing = ["dep:tracing"]