navi-cli 0.3.5

Local agentic engine and terminal-first coding agent.
# 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 = "navi-cli"
version = "0.3.5"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Local agentic engine and terminal-first coding agent."
homepage = "https://github.com/navi-ai-org/navi"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/navi-ai-org/navi"

[features]
browser-cloak = ["navi-core/browser-cloak"]
default = []
voice-onnx = [
    "navi-voice/onnx",
    "navi-sdk/voice-onnx",
]

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

[[test]]
name = "headless_e2e"
path = "tests/headless_e2e.rs"

[[test]]
name = "plugin_install_update"
path = "tests/plugin_install_update.rs"

[[test]]
name = "pty_smoke"
path = "tests/pty_smoke.rs"

[dependencies.anyhow]
version = "1"

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

[dependencies.fastrand]
version = "2"

[dependencies.navi-browser]
version = "0.3.5"

[dependencies.navi-core]
version = "0.3.5"
features = ["embeddings"]

[dependencies.navi-mcp]
version = "0.3.5"

[dependencies.navi-plugin-broker]
version = "0.3.5"

[dependencies.navi-plugin-manifest]
version = "0.3.5"

[dependencies.navi-sdk]
version = "0.3.5"

[dependencies.navi-tui]
version = "0.3.5"

[dependencies.navi-voice]
version = "0.3.5"
default-features = false

[dependencies.reqwest]
version = "0.13"
features = [
    "json",
    "rustls",
    "stream",
]
default-features = false

[dependencies.serde_json]
version = "1"

[dependencies.tempfile]
version = "3"

[dependencies.tokio]
version = "1"
features = [
    "io-util",
    "macros",
    "process",
    "rt-multi-thread",
    "signal",
    "sync",
    "time",
]

[dependencies.toml]
version = "1"

[dependencies.tracing]
version = "0.1"

[dev-dependencies.portable-pty]
version = "0.8"

[dev-dependencies.wiremock]
version = "0.6"