# 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 = "mem-yaml" version = "0.1.0-alpha" authors = ["haruki-nikaidou"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Anki's alternative for who hates GUI and mouse clicks" readme = "README.md" license = "MIT" repository = "https://github.com/haruki-nikaidou/mem-yaml.git" [[bin]] name = "mem-yaml" path = "src/main.rs" [dependencies.anyhow] version = "1.0.89" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.clap] version = "4.5.20" features = ["derive"] [dependencies.crossterm] version = "0.28.1" [dependencies.fsrs] version = "1.3.4" [dependencies.rand] version = "0.8.5" [dependencies.ratatui] version = "0.29.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_repr] version = "0.1.19" [dependencies.serde_yaml] version = "0.9.33" [dependencies.tokio] version = "1" features = ["full"] [dependencies.uuid] version = "1.10" features = [ "serde", "v4", "v5", ]