omama_cli 0.1.0

CLI tool used to bridge between the manager and the omama GUI
Documentation
[[bin]]
name = "omama_cli"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.97"

[dependencies.clap]
features = ["cargo"]
version = "4.5.35"

[dependencies.ollama-rs]
features = ["stream"]
version = "0.2.5"

[dependencies.omama_manager]
version = "0.1.0"

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

[dependencies.serde_json]
version = "1.0.140"

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

[dependencies.tokio-stream]
version = "0.1.17"

[lib]
name = "omama_cli"
path = "src/lib.rs"

[package]
authors = ["Allawiii"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "CLI tool used to bridge between the manager and the omama GUI"
edition = "2024"
license = "MIT OR Apache-2.0"
name = "omama_cli"
readme = "README.md"
repository = "https://github.com/ALAWIII/omama_cli"
version = "0.1.0"

[profile.dist]
inherits = "release"
lto = "thin"

[profile.release]
lto = true
opt-level = 3
panic = "abort"