# 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" rust-version = "1.56.0" name = "ironcore-search-helpers" version = "0.2.0" authors = ["IronCore Labs "] description = "Search helpers for working with encrypted values, particularly on the IronCore platform." readme = "README.md" keywords = ["cryptography", "encrypted-search", "search"] categories = ["cryptography"] license = "AGPL-3.0-only" resolver = "2" [dependencies.itertools] version = "0.10" [dependencies.lazy_static] version = "1.4" [dependencies.rand] version = "0.8" [dependencies.sha2] version = "0.9" [dependencies.unicode-segmentation] version = "=1.8.0" [dependencies.unidecode] version = "=0.3.0"