[dependencies.base64]
version = "^0.12.0"
[dependencies.hex]
version = "^0.4.0"
[dependencies.notify]
version = "^4.0.0"
[dependencies.openssl]
version = "0.10.26"
[dependencies.rand]
version = "0.7.2"
[dependencies.rust-crypto]
version = "^0.2"
[dependencies.serde]
features = ["derive"]
version = "^1.0"
[dependencies.serde_json]
version = "^1.0"
[package]
authors = ["Tomasz Flis <tflis84@gmail.com>"]
description = "A crypt module that encrypt/decrypt json data based on the configuration. This might be used as a layer before saving data in Mongo DB or after fetching the data from the DB in order to decrypt them."
edition = "2018"
license = "MIT"
name = "crypt-config"
version = "0.2.2"