# 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 = "flashy" version = "0.1.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A TUI to write and use flashcards" readme = "README.md" keywords = [ "flashcards", "anki", "tui", "spaced-repetition", ] license-file = "LICENSE" repository = "https://gitlab.com/haasal/flashy-rs" [lib] name = "flashy" path = "src/lib.rs" [[bin]] name = "flashy" path = "src/main.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.chrono] version = "0.4.38" features = ["serde"] [dependencies.clap] version = "4.5.11" features = ["derive"] [dependencies.env_logger] version = "0.11.5" [dependencies.fsrs] version = "1.1.4" [dependencies.log] version = "0.4.22" [dependencies.ratatui] version = "0.28.0" [dependencies.rusqlite] version = "^0.30.0" features = [ "bundled", "vtab", "array", ] [dependencies.serde] version = "1.0.204" features = ["derive"] [dependencies.serde_json] version = "1.0.122" [dependencies.thiserror] version = "1.0.63" [dependencies.tokio] version = "1.39.2" features = [ "macros", "rt-multi-thread", ] [dependencies.toml] version = "0.8.16"