# 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 = "crypt-config" version = "0.2.2" authors = ["Tomasz Flis "] 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." license = "MIT" [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] version = "^1.0" features = ["derive"] [dependencies.serde_json] version = "^1.0"