# 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 = "carddown" version = "0.1.9" authors = ["Martin Trojer "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A simple cli tool to keep track of (and study) flashcards in text files" homepage = "https://github.com/martintrojer/carddown" readme = "README.md" keywords = [ "flashcards", "study", "learning", "memorization", "spaced-repetition", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/martintrojer/carddown" [[bin]] name = "carddown" path = "src/main.rs" [dependencies.anyhow] version = "1.0.82" [dependencies.blake3] version = "1.5.1" features = ["serde"] [dependencies.chrono] version = "0.4.38" features = ["serde"] [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.crossterm] version = "0.27.0" [dependencies.env_logger] version = "0.11.3" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.21" [dependencies.ordered-float] version = "4.2.0" features = ["serde"] [dependencies.rand] version = "0.8.5" [dependencies.ratatui] version = "0.26.2" [dependencies.regex] version = "1.10.4" [dependencies.serde] version = "1.0.198" features = ["derive"] [dependencies.serde_json] version = "1.0.127" [dependencies.walkdir] version = "2.5.0" [dev-dependencies.tempfile] version = "3.10.1"