lean-tui 0.0.1

Standalone TUI infoview for Lean 4 theorem prover
# 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 = "lean-tui"
version = "0.0.1"
authors = ["Willem Vanhulle <willemvanhulle@protonmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Standalone TUI infoview for Lean 4 theorem prover"
readme = "README.md"
keywords = [
    "lean4",
    "proof-assistant",
    "tui",
    "mathematics",
]
license = "MIT"
repository = "https://codeberg.org/wvhulle/lean-tui"

[[bin]]
name = "lean-tui"
path = "src/main.rs"

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

[dependencies.async-lsp]
version = "0.2"
features = [
    "forward",
    "tracing",
    "tokio",
]

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

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

[dependencies.dirs]
version = "6"

[dependencies.futures]
version = "0.3"

[dependencies.ratatui]
version = "0.29"

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

[dependencies.serde_json]
version = "1"

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

[dependencies.tokio-util]
version = "0.7"
features = ["compat"]

[dependencies.tower-service]
version = "0.3"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

[dependencies.tree-sitter]
version = "0.25"

[dependencies.tree-sitter-lean4]
version = "0.0.2"

[lints.clippy]
nursery = "warn"
pedantic = "deny"

[lints.clippy.excessive_nesting]
level = "deny"
priority = 2

[lints.clippy.missing_errors_doc]
level = "allow"
priority = -1