# 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 = "crablit" version = "0.1.6" authors = ["Jeromos Kovács "] description = "A cli learning app using spaced repetition." homepage = "https://crates.io/crates/crablit" readme = "README.md" keywords = [ "srs", "cli", "vocabulary-learning", "language-learning", "flashcards", ] categories = ["command-line-interface"] license = "MIT" repository = "https://github.com/JeromeSchmied/crablit" [package.metadata.wix] eula = false license = false path-guid = "0B5C924B-9580-4836-92B0-86506605072C" upgrade-guid = "DF323B3C-9AF0-40ED-A2E8-E1C5D615772A" [profile.dist] lto = "thin" inherits = "release" [dependencies.clap] version = "4.4.8" features = ["derive"] [dependencies.colored] version = "2.0" [dependencies.dirs] version = "5.0.1" [dependencies.nanorand] version = "0.7.0" [dependencies.output_vt100] version = "0.1.3" [dependencies.rustyline] version = "13.0.0"