[package] name = "hackpsuchatbot" version = "0.1.0" edition = "2021" [dependencies] genai = { git = "https://github.com/laststylebender14/rust-genai.git", rev = "63a542ce20132503c520f4e07108e0d768f243c3", optional = true } hyper = {version = "1.4.1", features = ["full"]} pdf = "0.9.0" async-trait = "0.1.83" reqwest = "0.12.8" anyhow = "1.0.89" hyper-util = { version = "0.1", features = ["tokio"] } http-body-util = "0.1.0" bytes = "1.7.2" tokio = "1.40.0"