# 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 = "notebook_rs" version = "0.5.1" authors = ["K Malachi Mulligan "] exclude = ["data/*"] description = "CLI utility for plaintext notetaking." homepage = "https://github.com/dbxnr/notebook_rs" readme = "README.md" keywords = [ "notebook", "journal", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/dbxnr/notebook_rs" [[bin]] name = "nb" path = "src/main.rs" [dependencies.ansi_term] version = "~0.12" [dependencies.anyhow] version = "~1.0" [dependencies.chrono] version = "~0.4" [dependencies.clap] version = "~4.5" [dependencies.confy] version = "~0.6" [dependencies.directories] version = "~5.0" [dependencies.humantime] version = "~2.1" [dependencies.regex] version = "~1.10" [dependencies.serde] version = "~1.0" features = ["derive"] [dependencies.vader_sentiment] version = "~0.1" [dev-dependencies.snapbox] version = "~0.5"