# 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 = "enquo-core" version = "0.9.1" exclude = [ "/.git*", "Cargo.toml.orig", ] description = "Core library providing encrypted querying operations" homepage = "https://enquo.org" readme = "README.md" keywords = [ "encryption", "search", "query", "ore", ] categories = [ "algorithms", "cryptography", ] license = "MIT" repository = "https://github.com/enquo/enquo-core" [dependencies.aes-gcm-siv] version = "0.11" [dependencies.ciborium] version = "0.2.1" [dependencies.cretrit] version = "0.5" features = ["serde"] [dependencies.rand_chacha] version = "0.3" [dependencies.rust_icu_sys] version = "3.0.0" features = [ "renaming", "icu_version_in_env", ] optional = true default-features = false [dependencies.rust_icu_ucol] version = "3.0.0" features = [ "renaming", "icu_version_in_env", ] optional = true default-features = false [dependencies.rust_icu_ustring] version = "3.0.0" features = [ "renaming", "icu_version_in_env", ] optional = true default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_bytes] version = "0.11" [dependencies.serde_with] version = "2.3" [dependencies.thiserror] version = "1.0" [dependencies.unicode-normalization] version = "0.1" [dev-dependencies.hex-literal] version = "0.3" [dev-dependencies.quickcheck] version = "1.0" [dev-dependencies.rand] version = "0.8" [features] icu = [ "dep:rust_icu_sys", "dep:rust_icu_ucol", "dep:rust_icu_ustring", ]