vimterm 0.2.0

A vim-mode terminal where command+output blocks are navigable units
# 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 = "vimterm"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A vim-mode terminal where command+output blocks are navigable units"
readme = "README.md"
keywords = [
    "terminal",
    "vim",
    "tui",
    "shell",
]
categories = ["command-line-utilities"]
license = "Unlicense"
repository = "https://github.com/atbraz/vimterm"

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

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

[dependencies.ansi-to-tui]
version = "8.0.0"

[dependencies.crossterm]
version = "0.29.0"

[dependencies.dirs]
version = "6.0.0"

[dependencies.portable-pty]
version = "0.9.0"

[dependencies.ratatui]
version = "0.30.0"

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

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.toml]
version = "0.9.11"