seq-repl 2.2.0

TUI REPL for the Seq programming language with IR visualization
# 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 = "seq-repl"
version = "2.2.0"
authors = ["Ed Sweeney <ed@onextent.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "TUI REPL for the Seq programming language with IR visualization"
readme = "README.md"
keywords = [
    "repl",
    "language",
    "seq",
    "tui",
]
categories = ["development-tools"]
license = "MIT"
repository = "https://github.com/navicore/patch-seq"
resolver = "2"

[package.metadata.docs.rs]
all-features = true

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

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

[dependencies.crossterm]
version = "0.29"

[dependencies.home]
version = "0.5"

[dependencies.lsp-types]
version = "0.97"

[dependencies.ratatui]
version = "0.30"

[dependencies.seq-compiler]
version = "=2.2.0"

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

[dependencies.serde_json]
version = "1"

[dependencies.shlex]
version = "1.3"

[dependencies.tempfile]
version = "3"

[dependencies.vim-line]
version = "=2.2.0"