# 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 = "jarida" version = "0.1.2" authors = ["Stephen Hunt "] description = "A minimalist, encrypted journaling tool" keywords = ["journal"] categories = ["command-line-utilities"] license = "GPL-3.0-or-later" repository = "https://github.com/stphnt/jarida" resolver = "2" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "3.1" features = ["derive"] [dependencies.dirs-next] version = "2.0" [dependencies.fs-err] version = "2.7" [dependencies.log] version = "0.4" [dependencies.once_cell] version = "1.9" [dependencies.pretty_env_logger] version = "0.4" [dependencies.ring] version = "0.16.20" [dependencies.rpassword] version = "5.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.tempfile] version = "3.3" [dependencies.time] version = "0.3" features = ["formatting", "local-offset", "macros", "parsing", "serde", "serde-well-known"] [dependencies.toml] version = "0.5"