# 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] name = "rabe" version = "0.4.0" authors = [ "Schanzenbach, Martin ", "Bramm, Georg ", "Schuette, Julian ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "ABE Schemes implemented in rust." homepage = "https://github.com/Fraunhofer-AISEC/rabe" documentation = "https://docs.rs/rabe" readme = "README.md" keywords = [ "pairing", "crypto", "cryptography", "abe", ] license = "MIT" repository = "https://github.com/Fraunhofer-AISEC/rabe" [lib] name = "rabe" crate-type = [ "rlib", "cdylib", ] path = "src/lib.rs" [[bench]] name = "rabe" path = "benches/rabe.rs" harness = false [dependencies.aes-gcm] version = "0.10.3" [dependencies.borsh] version = "1.5.0" features = ["derive"] optional = true default-features = false [dependencies.permutation] version = "0.4.1" [dependencies.pest] version = "2.7.10" [dependencies.pest_derive] version = "2.7.10" [dependencies.rabe-bn] version = "0.4.22" optional = true default-features = false [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.sha3] version = "0.10.8" [dev-dependencies.criterion] version = "0.3" features = ["html_reports"] [dev-dependencies.rand] version = "0.8.5" [features] borsh = [ "borsh/std", "rabe-bn/borsh", ] default = ["serde"] serde = [ "serde/std", "rabe-bn/serde", ]