# 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 = "jeff" version = "0.1.2" authors = [ "devinleamy ", "araekiel ", ] description = "Your note taking pal." homepage = "https://github.com/devinleamy/jeff" readme = "README.md" keywords = [ "cli", "notes", "note-management", "obsidian", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/DevinLeamy/jeff" [[bin]] name = "jf" path = "src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.chrono] version = "0.4.22" [dependencies.clap] version = "3.2.15" features = ["derive"] [dependencies.colored] version = "2" [dependencies.dialoguer] version = "0.10.2" features = ["fuzzy-select"] [dependencies.directories] version = "4.0.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.serde] version = "1.0.142" features = ["derive"] [dependencies.toml] version = "0.5.9"