# 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] name = "keepass-diff" version = "1.2.0" authors = ["Joern Bernhardt "] exclude = ["docs/*"] description = "This CLI-tool reads two Keepass (.kdbx) files and prints their differences." readme = "README.md" keywords = [ "cli", "diff", "keepass", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/Narigo/keepass-diff" [dependencies.base64] version = "0.21.5" [dependencies.clap] version = "4.4.7" features = [ "cargo", "env", "derive", "wrap_help", ] [dependencies.keepass] version = "0.6.6" [dependencies.rpassword] version = "7.2.0" [dependencies.termcolor] version = "1.3.0"