[package]
name = "ollama-kernel"
version = "0.2.1"
edition = "2021"
description = "Ollama Jupyter Kernel"
repository = "https://github.com/runtimed/runtimed"
license = "BSD-3-Clause"
[dependencies]
runtimelib = { path = "../runtimelib", version = "0.22.0", features = [
"tokio-runtime",
] }
jupyter-protocol = { path = "../jupyter-protocol", version = "0.3.0" }
async-trait = { workspace = true }
anyhow = { workspace = true }
bytes = { workspace = true }
chrono = { workspace = true }
futures = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }
uuid = { workspace = true }
rand = "0.8.5"
reqwest = { version = "0.12.8", features = ["json", "stream"] }
tokio = { version = "1.36.0", features = ["full"] }