# 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 = "cosmian_findex" version = "6.0.0" authors = [ "Chloé Hébant ", "Bruno Grieder ", "Célia Corsin ", "Emmanuel Coste ", "Théophile Brézot ", ] description = "Symmetric Searchable Encryption" readme = "README.md" keywords = ["SSE"] categories = ["cosmian::crypto"] license-file = "LICENSE.md" repository = "https://github.com/Cosmian/findex/" [lib] name = "cosmian_findex" crate-type = [ "cdylib", "lib", "staticlib", ] path = "src/lib.rs" [[example]] name = "search" required-features = ["in_memory"] [[example]] name = "upsert" required-features = ["in_memory"] [[test]] name = "test_in_memory" required-features = ["in_memory"] [[test]] name = "non_regression" required-features = ["in_memory"] [[bench]] name = "benches" harness = false required-features = ["in_memory"] [dependencies.async-trait] version = "0.1.74" [dependencies.base64] version = "0.21.5" [dependencies.cosmian_crypto_core] version = "9.3.0" features = [ "aes", "sha3", ] default-features = false [dependencies.never] version = "0.1.0" [dependencies.tiny-keccak] version = "2.0.2" features = [ "kmac", "sha3", ] [dependencies.tracing] version = "0.1" [dependencies.zeroize] version = "1.7.0" [dev-dependencies.actix-rt] version = "2.9.0" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.futures] version = "0.3.29" [dev-dependencies.rand] version = "0.8.5" [features] in_memory = ["cosmian_crypto_core/ser"]