# 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 = "ankirs" version = "0.1.0" description = "Ankirs is a simple implementation of Anki flashcards using a local SQLite database." license = "MIT" [dependencies.async-trait] version = "0.1.71" [dependencies.bcrypt] version = "0.15.0" [dependencies.clap] version = "4.3.10" features = ["derive"] [dependencies.colored] version = "2.0.4" [dependencies.dotenv] version = "0.15.0" [dependencies.log] version = "0.4.19" [dependencies.sqlx] version = "0.7.0" features = [ "sqlite", "json", "time", "macros", "runtime-tokio", ] [dependencies.strum] version = "0.25.0" features = ["derive"] [dependencies.tokio] version = "1.29.1" features = ["full"]