# 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 = "flashed" version = "0.9.3" exclude = [ "icon.png", "icon.svg", ] description = "A flashcard TUI" readme = "README.md" keywords = [ "learning", "flashcards", "tui", ] categories = [ "command-line-utilities", "games", ] license = "GPL-3.0" repository = "https://gitlab.com/john_t/flashed/" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.clap] version = "3" features = ["derive"] optional = true [dependencies.crossterm] version = "0.23" optional = true [dependencies.fastrand] version = "1" [dependencies.once_cell] version = "1" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" optional = true [dependencies.tuviv] version = "0.2.0" optional = true [features] default = ["ui"] serde_opts = [] ui = [ "tuviv", "crossterm", "clap", "serde_json", ]