# 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 = "notemd" version = "0.2.0" authors = ["Maximilian Schmidt "] description = "A blazingly fast TUI to manage your markdown notes" homepage = "https://github.com/schmidma/NoteMD" readme = "README.md" license = "MIT" repository = "https://github.com/schmidma/NoteMD" resolver = "2" [dependencies.anyhow] version = "1.0.57" [dependencies.chrono] version = "0.4.19" [dependencies.clap] version = "3.1.18" features = [ "derive", "cargo", ] [dependencies.crossterm] version = "0.23.2" [dependencies.fern] version = "0.6.1" [dependencies.grep] version = "0.2.8" [dependencies.home] version = "0.5.3" [dependencies.ignore] version = "0.4.18" [dependencies.log] version = "0.4.17" [dependencies.tui] version = "0.18.0" [dependencies.unicode-width] version = "0.1.9"