# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "diary" version = "0.1.1" authors = ["actuday6418 "] description = "A TUI based diary tool for Linux with encryption supported for files and text." readme = "README.md" keywords = ["diary", "journal", "encrypted"] categories = ["command-line-utilities"] license = "GPL-3.0-only" repository = "https://github.com/actuday6418/Diary" [dependencies.bincode] version = "1.3.3" [dependencies.chrono] version = "0.4.19" [dependencies.clap] version = "2.33.3" [dependencies.magic-crypt] version = "3.1.8" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.termion] version = "1.5" [dependencies.tui] version = "0.14.0" [dependencies.uuid] version = "0.8" features = ["v4"]