patch-prolog-repl 0.3.0

Interactive REPL for patch-prolog (`plgr`) — drives the compiler, never interprets
# 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 = "patch-prolog-repl"
version = "0.3.0"
authors = ["Ed Sweeney <ed@onextent.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Interactive REPL for patch-prolog (`plgr`) — drives the compiler, never interprets"
readme = false
keywords = [
    "repl",
    "prolog",
    "patch-prolog",
    "tui",
]
categories = [
    "development-tools",
    "command-line-utilities",
]
license = "MIT"
repository = "https://git.navicore.tech/navicore/patch-prolog"
resolver = "2"

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

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

[dependencies.crossterm]
version = "0.29"

[dependencies.plg-frontend]
version = "=0.3.0"
package = "patch-prolog-frontend"

[dependencies.plg-shared]
version = "=0.3.0"
package = "patch-prolog-shared"

[dependencies.ratatui]
version = "0.30"

[dependencies.shlex]
version = "2.0"

[dependencies.tempfile]
version = "3"

[dependencies.vim-line]
version = "7"
features = ["history"]