# 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 = "jottem" version = "0.1.8" authors = ["dogue"] description = "A lightweight CLI manager for your markdown notes." homepage = "https://github.com/dogue/jottem" documentation = "https://github.com/dogue/jottem#readme" readme = "README.md" keywords = [ "notes", "markdown", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/dogue/jottem" [profile.dist] lto = "thin" inherits = "release" [dependencies.anyhow] version = "1.0.72" [dependencies.bincode] version = "1.3.3" [dependencies.chrono] version = "0.4.26" [dependencies.clap] version = "4.3.21" features = ["derive"] [dependencies.colored] version = "2.0.4" [dependencies.comfy-table] version = "7.0.1" [dependencies.dialoguer] version = "0.10.4" features = ["fuzzy-select"] [dependencies.dirs] version = "5.0.1" [dependencies.rocksdb] version = "0.21.0" default-features = false [dependencies.serde] version = "1.0.183" features = ["derive"] [dependencies.serde_json] version = "1.0.105" [dev-dependencies.serial_test] version = "2.0.0" [dev-dependencies.tempfile] version = "3.8.0"