# 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 = "sre" version = "0.2.0" authors = ["myl7 "] description = "Symmetric revocable encryption implementation" homepage = "https://github.com/myl7/sre" documentation = "https://docs.rs/sre" readme = "README.md" keywords = [ "crypto", "sym-revocable-enc", "puncturable-prf", "bloom-filter", "sse", ] categories = ["cryptography"] license = "Apache-2.0" repository = "https://github.com/myl7/sre.git" [dependencies.bitvec] version = "1.0.1" [dependencies.crypto_secretbox] version = "0.1.1" optional = true [dependencies.hmac] version = "0.12.1" optional = true [dependencies.rand] version = "0.8.5" [dependencies.sha2] version = "0.10.7" optional = true [dependencies.siphasher] version = "0.3.10" optional = true [dev-dependencies.rand] version = "0.8.5" features = [ "std", "std_rng", ] [features] bloom-h = ["siphasher"] ggm-key-derive = [ "hmac", "sha2", ] symm-enc = ["crypto_secretbox"]