annotui 0.1.0

Mouse-first terminal UI for commenting on files and piped text.
Documentation
# 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"
rust-version = "1.88"
name = "annotui"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Mouse-first terminal UI for commenting on files and piped text."
homepage = "https://github.com/dutifuldev/annotui"
documentation = "https://docs.rs/annotui"
readme = "README.md"
keywords = [
    "terminal",
    "tui",
    "review",
    "comments",
    "ratatui",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/dutifuldev/annotui"

[lib]
name = "annotui"
path = "src/lib.rs"

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

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

[dependencies.anyhow]
version = "1"

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

[dependencies.crossterm]
version = "0.29"
features = ["use-dev-tty"]

[dependencies.ratatui]
version = "0.30.2"
features = ["crossterm_0_29"]
default-features = false

[dependencies.ratatui-textarea]
version = "0.9.2"

[dependencies.same-file]
version = "1"

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.tempfile]
version = "3"

[dependencies.thiserror]
version = "2"

[dependencies.unicode-normalization]
version = "0.1"

[dependencies.unicode-segmentation]
version = "1"

[dependencies.unicode-width]
version = "0.2"

[dev-dependencies.assert_cmd]
version = "2"

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

[lints.clippy]
all = "warn"
pedantic = "warn"

[lints.rust]
unsafe_code = "forbid"