vultan 1.0.0

Terminal-based, Anki-flavoured spaced-repetition study tool that reads flashcards from a directory of markdown notes.
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"
name = "vultan"
version = "1.0.0"
authors = ["Pierre Chanquion <pierre@chanq.io>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Terminal-based, Anki-flavoured spaced-repetition study tool that reads flashcards from a directory of markdown notes."
homepage = "https://github.com/chanq-io/vultan"
readme = "README.md"
keywords = [
    "spaced-repetition",
    "anki",
    "flashcards",
    "markdown",
    "tui",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/chanq-io/vultan"

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

[[bin]]
name = "vultan"
path = "src/bin/vultan/main.rs"
test = true

[dependencies.anyhow]
version = "1.0.66"

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

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

[dependencies.clap_complete]
version = "4"

[dependencies.crossterm]
version = "0.28.0"

[dependencies.custom_error]
version = "1.9.2"

[dependencies.glob]
version = "0.3.0"

[dependencies.itertools]
version = "0.10.5"

[dependencies.markdown-tui]
version = "0.1"

[dependencies.rand]
version = "0.8.5"

[dependencies.ratatui]
version = "0.29"

[dependencies.regex]
version = "1"

[dependencies.ron]
version = "0.8"

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

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

[dependencies.serde_json]
version = "1"

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

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

[dependencies.zip]
version = "0.6"

[dependencies.zstd]
version = "0.13"

[dev-dependencies.assert_fs]
version = "1.0.7"

[dev-dependencies.len-trait]
version = "0.6"

[dev-dependencies.mockall]
version = "0.11"

[dev-dependencies.mockall_double]
version = "0.3.0"

[dev-dependencies.rstest]
version = "0.15"