# 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 = "notabena" version = "0.2.0" authors = ["ThatFrogDev"] description = "A note-taking app for the command line. GUI support will be added (see README)." homepage = "https://github.com/thatfrogdev/notabena" readme = "README.md" keywords = [ "notes", "cli", "gui", "markdown", ] categories = [ "command-line-utilities", "gui", "text-processing", ] license-file = "LICENSE.md" repository = "https://github.com/thatfrogdev/notabena" [dependencies.async-std] version = "1.12.0" [dependencies.chrono] version = "0.4.34" [dependencies.crossterm] version = "0.27.0" [dependencies.dialoguer] version = "0.11.0" [dependencies.directories] version = "5.0.1" [dependencies.rusqlite] version = "0.31.0" features = ["bundled"] [dependencies.tempfile] version = "3.10.0" [dependencies.termimad] version = "0.29.1"