kbsr 0.1.2

Learn keyboard shortcuts through spaced repetition in the terminal
# 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 = "kbsr"
version = "0.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Learn keyboard shortcuts through spaced repetition in the terminal"
readme = "README.md"
keywords = [
    "spaced-repetition",
    "keyboard",
    "keybinds",
    "tui",
    "learning",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/dbalmain/kbsr"

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

[dependencies.anyhow]
version = "1.0.101"

[dependencies.chrono]
version = "0.4.43"
features = ["serde"]

[dependencies.crossterm]
version = "0.29.0"

[dependencies.dirs]
version = "6.0.0"

[dependencies.fsrs]
version = "5.2.0"

[dependencies.rand]
version = "0.9"

[dependencies.ratatui]
version = "0.30.0"

[dependencies.rusqlite]
version = "0.38.0"
features = ["bundled"]

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

[dependencies.toml]
version = "0.9.11"

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

[target."cfg(unix)".dependencies.signal-hook]
version = "0.4.3"