# 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 = "ope" version = "0.1.1" authors = ["Jörn Heinemann "] include = [ "Cargo.toml", "LICENSE", "README.md", "src/**/*", ] description = "This is an Order-preserving encryption (OPE) lib inspired by cryptdb's ope implementation." readme = "README.md" license-file = "LICENSE" repository = "https://github.com/sentclose/ope" [dependencies.aes] version = "0.8" [dependencies.ctr] version = "0.9.2" [dependencies.hmac] version = "0.12.1" [dependencies.num-bigint] version = "0.4" default-features = false [dependencies.num-traits] version = "0.2" features = ["libm"] default-features = false [dependencies.sha2] version = "0.10.2" default-features = false