buildwithnexus 0.12.3

A hilariously fast agentic AI coding CLI — remote or local models, full TUI with live autocomplete, clean diffs, multimodal input, hooks, and checkpoints
Documentation
# 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 = "2021"
rust-version = "1.94"
name = "buildwithnexus"
version = "0.12.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
default-run = "buildwithnexus"
description = "A hilariously fast agentic AI coding CLI — remote or local models, full TUI with live autocomplete, clean diffs, multimodal input, hooks, and checkpoints"
homepage = "https://buildwithnexus.dev"
readme = "README.md"
keywords = [
    "ai",
    "agent",
    "cli",
    "tui",
    "llm",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/Garretts-Apps/buildwithnexus"

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

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

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

[[example]]
name = "diffdemo"
path = "examples/diffdemo.rs"

[[example]]
name = "multimodal_demo"
path = "examples/multimodal_demo.rs"

[[example]]
name = "tui_demo"
path = "examples/tui_demo.rs"

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

[[bench]]
name = "perf"
path = "benches/perf.rs"
harness = false

[dependencies.crossterm]
version = "0.28"

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

[dependencies.serde_json]
version = "1"

[dependencies.shlex]
version = "2.0"

[dependencies.ureq]
version = "2.10"
features = [
    "json",
    "tls",
]

[dev-dependencies.criterion]
version = "0.5"
features = ["cargo_bench_support"]
default-features = false

[dev-dependencies.serde_json]
version = "1"