enpass-cli 0.1.1

A cli interface to decrypting the enpass database
# 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 = "enpass-cli"
version = "0.1.1"
authors = ["Ashkan Kiani <ashkan@zephyr>"]
description = "A cli interface to decrypting the enpass database"
homepage = "https://github.com/norcalli/enpass-cli"
license = "Apache-2.0"
repository = "https://github.com/norcalli/enpass-cli"
[profile.release]
opt-level = 3
lto = false
[dependencies.derive_more]
version = "0.14.0"

[dependencies.env_logger]
version = "0.5.13"
features = []
default-features = false

[dependencies.log]
version = "0.4.4"

[dependencies.rusqlcipher]
version = "0.14.9"
features = ["sqlcipher"]

[dependencies.rust-crypto]
version = "0.2.36"

[dependencies.serde]
version = "1.0.75"

[dependencies.serde_derive]
version = "1.0.75"

[dependencies.serde_json]
version = "1.0.26"

[dependencies.structopt]
version = "0.2.10"

[dependencies.time]
version = "0.1.40"