[package] name = "AiRust" version = "0.1.0" edition = "2021" [[bin]] name = "AiRust-cli" path = "src/main.rs" [dependencies] anyhow = "1.0.102" ollama-rs = { version = "0.3.4", features = ["stream"] } tokio-stream = "0.1" rand = "0.10.1" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0.149" tokio = { version = "1", features = ["full"] } reqwest = { version = "0.13.3", features = ["json", "blocking", "multipart", "rustls"] } pdf-extract = "0.10.0" lopdf = "0.40.0" scraper = "0.27.0" urlencoding = "2.1" rfd = "0.17.2" axum = { version = "0.8.9", features = ["ws", "multipart"] } axum-server = { version = "0.8.0", features = ["tls-rustls"] } tokio-util = "0.7" tower-http = { version = "0.6.11", features = ["fs", "cors"] } futures = "0.3" rcgen = "0.14.8" time = "0.3" epub = "2.1" open = "5" eframe = "0.34.2"