# 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 = "jrn" version = "0.4.12" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "a journal app" readme = "README.md" license = "AGPL-3.0-or-later" [[bin]] name = "jrn" path = "src/main.rs" [dependencies.aes-gcm-siv] version = "0.11.1" [dependencies.argh] version = "0.1.12" [dependencies.base64] version = "0.22.1" [dependencies.bcrypt] version = "0.15.1" [dependencies.chrono] version = "0.4.38" [dependencies.color-print] version = "0.3.6" [dependencies.enum-display] version = "0.1.4" [dependencies.enum-utils] version = "0.1.2" [dependencies.hex] version = "0.4.3" [dependencies.pbkdf2] version = "0.12.2" [dependencies.rand] version = "0.8.5" [dependencies.requestty] version = "0.5.0" features = ["macro"] [dependencies.serde] version = "1.0.199" features = ["derive"] [dependencies.serde_json] version = "1.0.116" [dependencies.sha2] version = "0.10.8" [dependencies.toml] version = "0.8.19"