helmsman 0.2.0

Adaptive instruction server
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "helmsman"
version = "0.2.0"
authors = ["Abdelkader Boudih <oss@seuros.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Adaptive instruction server"
homepage = "https://github.com/seuros/helmsman"
documentation = "https://docs.rs/helmsman"
readme = "README.md"
license = "BSD-3-Clause"
repository = "https://github.com/seuros/helmsman"

[[bin]]
name = "helmsman"
path = "src/main.rs"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.dialoguer]
version = "0.12"

[dependencies.dirs]
version = "6"

[dependencies.glob]
version = "0.3"

[dependencies.mcp-host]
version = "0.1"
features = ["macros"]

[dependencies.minijinja]
version = "2"
features = ["loader"]

[dependencies.rand]
version = "0.10"

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

[dependencies.serde_json]
version = "1"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.similar]
version = "2"

[dependencies.tempfile]
version = "3"

[dependencies.thiserror]
version = "2"

[dependencies.tiktoken-rs]
version = "0.9.1"

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
]

[dependencies.toml]
version = "1"