[package] name = "libai-rs" authors = ["434b "] version = "0.1.4" edition = "2021" description = "A library for interfacing with public AI APIs" license = "MIT" repository = "https://github.com/0xricksanchez/libai-rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] reqwest = { version = "0.11.18", features = ["json"] } rustyline = { version = "12.0.0", features = ["with-fuzzy"] } serde = { version = "1.0.180", features = ["derive"] } serde_json = "1.0.104" tokio = { version = "1.29.1", features = ["full"] }