# 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 = "cover_crypt" version = "6.0.4" authors = [ "Théophile Brezot ", "Bruno Grieder ", ] description = "Key Policy attribute encryption based on subset cover" documentation = "https://docs.rs/cover_crypt/" readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/Cosmian/cover_crypt" resolver = "2" [profile.bench] debug = true [lib] name = "cover_crypt" crate-type = [ "lib", "cdylib", "staticlib", ] [[bench]] name = "benches" harness = false [dependencies.abe_policy] version = "1.0" [dependencies.cosmian_crypto_core] version = "2.0" [dependencies.hex] version = "0.4" [dependencies.js-sys] version = "0.3" optional = true [dependencies.lazy_static] version = "1.4" optional = true [dependencies.leb128] version = "0.2" [dependencies.pyo3] version = "0.16.3" features = ["extension-module"] optional = true [dependencies.rand_core] version = "0.6" features = ["getrandom"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0" [dependencies.wasm-bindgen] version = "0.2" features = ["serde-serialize"] optional = true [dependencies.zeroize] version = "1.5" [dev-dependencies.wasm-bindgen-test] version = "0.3" [features] ffi = ["lazy_static"] python = ["pyo3"] wasm_bindgen = [ "js-sys", "wasm-bindgen", ]