# 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-bn" version = "0.4.23" authors = [ "Sean Bowe ", "Bramm, Georg ", ] build = false exclude = [ "rabe-bn.iml", "/.idea", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Pairing cryptography with the Barreto-Naehrig curve. Update to use latest rand and serde crates." homepage = "https://github.com/georgbramm/rabe-bn" documentation = "https://docs.rs/rabe-bn" readme = "README.md" keywords = [ "pairing", "crypto", "cryptography", ] license = "MIT OR Apache-2.0" repository = "https://github.com/georgbramm/rabe-bn" [lib] name = "rabe_bn" path = "src/lib.rs" [[example]] name = "dh" path = "examples/dh.rs" [[example]] name = "serialize" path = "examples/serialize.rs" [[example]] name = "joux" path = "examples/joux.rs" [[bench]] name = "api" path = "benches/api.rs" [dependencies.borsh] version = "1.5.0" optional = true default-features = false [dependencies.byteorder] version = "1.5.0" [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0" optional = true default-features = false [features] borsh = ["borsh/derive"] default = ["serde"] serde = ["serde/derive"]