# 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 = "notus" version = "0.1.2" exclude = [ ".vscode/*", "Cargo.toml.orig", ".github/*", ] description = "A simple terminal notes app" readme = "README.md" keywords = [ "notes", "markdown", ] categories = [ "command-line-utilities", "text-editors", ] license = "GPL-3.0" repository = "https://github.com/jamdotjar/notus" [dependencies.assert_cmd] version = "2.0.14" [dependencies.bincode] version = "1.3.3" [dependencies.chrono] version = "0.4.37" [dependencies.crossterm] version = "0.27.0" [dependencies.cursive] version = "0.20.0" features = ["markdown"] default-features = false [dependencies.dirs] version = "5.0.1" [dependencies.predicates] version = "3.1.0" [dependencies.rand] version = "0.8.5" [dependencies.rfd] version = "0.14.1" [dependencies.scan_fmt] version = "0.2.6" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [features] blt-backend = ["cursive/blt-backend"] crossterm-backend = ["cursive/crossterm-backend"] default = [ "crossterm-backend", "cursive/markdown", ] markdown = ["cursive/markdown"] pancurses-backend = ["cursive/pancurses-backend"] termion-backend = ["cursive/termion-backend"]