# 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" rust-version = "1.59" name = "flashcards" version = "0.1.1" authors = ["Mark Meliksetyan "] default-run = "flashcards" description = "Flashcards is a powerful application for memorization cards management." homepage = "https://github.com/flashcards-project/flashcards" readme = "README.md" keywords = ["flashcard", "study", "learn", "card"] license = "MIT OR Apache-2.0" repository = "https://github.com/flashcards-project/flashcards" resolver = "2" [dependencies.bincode] version = "1.3.3" [dependencies.flate2] version = "1.0.22" [dependencies.fs_extra] version = "1.2.0" [dependencies.serde] version = "1.0.136" features = ["derive"] [dependencies.tar] version = "0.4.38" [dependencies.tempfile] version = "3.3.0" [dependencies.uuid] version = "0.8.2" features = ["v4"]