ane-editor 0.2.0

A New Editor / Agent Native Editor — a modern vim-inspired terminal editor built for humans and code agents
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 = "2024"
rust-version = "1.95"
name = "ane-editor"
version = "0.2.0"
build = false
exclude = [
    "aspec/",
    "manual-test/",
    "skills/",
    "scripts/",
    ".amux/",
    ".github/",
    "docs/images/",
    "Dockerfile.dev",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A New Editor / Agent Native Editor — a modern vim-inspired terminal editor built for humans and code agents"
readme = "README.md"
license = "MIT"
repository = "https://github.com/prettysmartdev/ane"

[features]
default = ["frontends"]
frontends = [
    "dep:base64",
    "dep:clap",
    "dep:crossterm",
    "dep:ratatui",
    "dep:tiktoken",
    "dep:notify",
]
test-support = []

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

[[bin]]
name = "ane"
path = "src/main.rs"
required-features = ["frontends"]

[[bin]]
name = "mock_lsp_server"
path = "src/bin/mock_lsp_server.rs"
required-features = ["test-support"]

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

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

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

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

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

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

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

[dependencies.anyhow]
version = "1"

[dependencies.base64]
version = "0.22"
optional = true

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

[dependencies.crossterm]
version = "0.28"
features = ["event-stream"]
optional = true

[dependencies.notify]
version = "6"
optional = true

[dependencies.ratatui]
version = "0.29"
optional = true

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

[dependencies.serde_json]
version = "1"

[dependencies.similar]
version = "2"

[dependencies.tiktoken]
version = "3"
optional = true

[dependencies.tree-sitter]
version = "0.26"

[dependencies.tree-sitter-containerfile]
version = "0.8"

[dependencies.tree-sitter-go]
version = "0.25"

[dependencies.tree-sitter-json]
version = "0.24"

[dependencies.tree-sitter-md]
version = "0.5"

[dependencies.tree-sitter-python]
version = "0.25"

[dependencies.tree-sitter-rust]
version = "0.24"

[dependencies.tree-sitter-toml-ng]
version = "0.7"

[dependencies.tree-sitter-typescript]
version = "0.23"

[dependencies.tree-sitter-xml]
version = "0.7"

[dependencies.tree-sitter-yaml]
version = "0.7"

[dependencies.walkdir]
version = "2"

[dev-dependencies.tempfile]
version = "3"

[profile.release]
lto = true
codegen-units = 1
strip = true

[profile.release.build-override]
opt-level = 3