# 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_cover_crypt" version = "14.0.0" authors = [ "Théophile Brezot ", "Bruno Grieder ", ] description = "Key Policy attribute encryption based on subset cover" documentation = "https://docs.rs/cosmian_cover_crypt/" readme = "README.md" license-file = "LICENSE.md" repository = "https://github.com/Cosmian/cover_crypt" [lib] name = "cosmian_cover_crypt" crate-type = [ "lib", "cdylib", "staticlib", ] [[bench]] name = "benches" harness = false [dependencies.base64] version = "0.21.0" optional = true [dependencies.cosmian_crypto_core] version = "9.2.0" features = [ "ser", "sha3", "aes", "curve25519", ] default-features = false [dependencies.pqc_kyber] version = "0.4" features = [ "std", "hazmat", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" features = ["preserve_order"] [dependencies.tiny-keccak] version = "2.0.2" features = [ "shake", "kmac", ] [dependencies.zeroize] version = "1.6.0" [dev-dependencies.base64] version = "0.21.0" [dev-dependencies.criterion] version = "0.5" features = ["html_reports"] default_features = false [features] full_bench = ["serialization"] hybridized_bench = [] serialization = [] test_utils = ["base64"]