strop-editor 0.3.2

strop — a modal text editor in Rust: see the cut before you make it
# 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"
name = "strop-editor"
version = "0.3.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "strop — a modal text editor in Rust: see the cut before you make it"
readme = false
license = "MIT"

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

[dependencies.crossterm]
version = "0.28"

[dependencies.indicatif]
version = "0.17"

[dependencies.ratatui]
version = "0.29"

[dependencies.ropey]
version = "1"

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

[dependencies.serde_json]
version = "1"

[dependencies.strop-core]
version = "0.3.0"

[dependencies.strop-git]
version = "0.3.0"

[dependencies.strop-grammar]
version = "0.3.0"

[dependencies.strop-lsp]
version = "0.3.0"

[dependencies.strop-picker]
version = "0.3.0"

[dependencies.strop-syntax]
version = "0.3.0"

[dependencies.toml]
version = "0.8"

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