ncoxide 0.1.1

Modal dual-pane file commander with helix-inspired interface
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.85"
name = "ncoxide"
version = "0.1.1"
authors = ["Dan Probst <dan@probst.dev>"]
build = false
exclude = [".claude/"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Modal dual-pane file commander with helix-inspired interface"
homepage = "https://git.sr.ht/~danprobst/ncoxide"
readme = "README.md"
keywords = [
    "file-manager",
    "tui",
    "terminal",
    "dual-pane",
    "helix",
]
categories = [
    "command-line-utilities",
    "filesystem",
]
license = "MIT"
repository = "https://git.sr.ht/~danprobst/ncoxide"

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

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

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

[dependencies.crossterm]
version = "0.29"
features = ["event-stream"]

[dependencies.dirs]
version = "6"

[dependencies.fern]
version = "0.7"

[dependencies.jiff]
version = "0.2"
features = ["serde"]

[dependencies.libc]
version = "0.2"

[dependencies.log]
version = "0.4"

[dependencies.nucleo-matcher]
version = "0.3"

[dependencies.ratatui]
version = "0.29"

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

[dependencies.syntect]
version = "5"
features = [
    "parsing",
    "regex-fancy",
    "default-themes",
]
default-features = false

[dependencies.syntect-tui]
version = "3"

[dependencies.thiserror]
version = "2"

[dependencies.toml]
version = "1.0"

[dependencies.unicode-width]
version = "0.2"

[dependencies.walkdir]
version = "2"