keepass-diff 0.1.0

This CLI-tool reads two Keepass (.kdbx) files and prints their differences.
# 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]
name = "keepass-diff"
version = "0.1.0"
authors = ["Joern Bernhardt <joern.bernhardt@googlemail.com>"]
description = "This CLI-tool reads two Keepass (.kdbx) files and prints their differences."
readme = "README.md"
keywords = ["cli", "diff", "keepass"]
license = "MIT"
license-file = "LICENSE"
repository = "https://github.com/Narigo/keepass-diff"
[dependencies.clap]
version = "2.32.0"

[dependencies.keepass]
version = "0.1.2"

[dependencies.rpassword]
version = "2.0.0"

[dependencies.termcolor]
version = "1.0.4"