# 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] edition = "2021" name = "liserk-ope" version = "0.2.0" description = "OPE (order preserving encryption) algorithms for liserk zero knowledge database" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/SwannHERRERA/liserk-encrypt" resolver = "1" [dependencies.aes] version = "0.8" [dependencies.block-modes] version = "0.9.1" [dependencies.cipher] version = "0.4.4" [dependencies.ctr] version = "0.9.2" [dependencies.hmac] version = "0.12.1" [dependencies.openssl] version = "0.10.55" [dependencies.rand] version = "0.8" [dependencies.rug] version = "1.19.2" [dependencies.sha2] version = "0.10.7"