ollama-kernel 0.2.1

Ollama Jupyter Kernel
[[bin]]
name = "ollama-kernel"
path = "src/main.rs"

[dependencies.anyhow]
version = "1"

[dependencies.async-trait]
version = "0.1.68"

[dependencies.bytes]
version = "1"

[dependencies.chrono]
default-features = false
features = ["std", "serde"]
version = "0.4"

[dependencies.futures]
version = "0.3"

[dependencies.jupyter-protocol]
version = "0.3.0"

[dependencies.rand]
version = "0.8.5"

[dependencies.reqwest]
features = ["json", "stream"]
version = "0.12.8"

[dependencies.runtimelib]
features = ["tokio-runtime"]
version = "0.22.0"

[dependencies.serde]
features = ["derive"]
version = "1"

[dependencies.serde_json]
version = "1"

[dependencies.tokio]
features = ["full"]
version = "1.36.0"

[dependencies.uuid]
features = ["serde", "v4", "v5"]
version = "1"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Ollama Jupyter Kernel"
edition = "2021"
license = "BSD-3-Clause"
name = "ollama-kernel"
readme = false
repository = "https://github.com/runtimed/runtimed"
version = "0.2.1"