speed-reader 0.2.1

RSVP speed reading overlay — displays text word by word with ORP highlighting
# 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.80"
name = "speed-reader"
version = "0.2.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "RSVP speed reading overlay — displays text word by word with ORP highlighting"
readme = false
keywords = [
    "speed-reading",
    "rsvp",
    "zed",
    "overlay",
]
categories = [
    "command-line-utilities",
    "text-processing",
]
license = "MIT"
repository = "https://github.com/bimawa/SpeedReaderRust"

[[bin]]
name = "speed-reader"
path = "src/main.rs"

[dependencies.ab_glyph]
version = "0.2.32"

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

[dependencies.pixels]
version = "0.15.0"

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

[dependencies.serde_json]
version = "1"

[dependencies.speed-reader-core]
version = "0.2.1"

[dependencies.winit]
version = "0.30"

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