# 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 = "memocr" version = "0.2.2" authors = ["aiwaka"] description = """ A simple note management tool. It has the ability to create, edit (using Vim), delete, list, and view contents. You can also set up a local server and preview markdowns in a browser.""" readme = "README.md" keywords = [ "cli", "note", "memo", ] categories = ["command-line-utilities"] license-file = "LICENSE" repository = "https://github.com/littleIkawa/memo_cli_rust" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "3.2" features = ["derive"] [dependencies.dialoguer] version = "0.10" features = ["fuzzy-select"] [dependencies.dotenv] version = "0.15" [dependencies.home-dir] version = "0.1" [dependencies.once_cell] version = "1.16" [dependencies.percent-encoding] version = "2.2" [dependencies.pulldown-cmark] version = "0.9" [dependencies.regex] version = "1.6" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.toml] version = "0.5" [dependencies.unicode-width] version = "0.1" [dependencies.yaml-rust] version = "0.4"