# 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 = "cryptix-blmq" version = "0.1.0" authors = ["m4tsuri"] description = "A toy BLMQ pairing based identity-based-signature implementation" homepage = "https://github.com/M4tsuri/Cryptix/tree/main/cryptix-blmq" documentation = "https://docs.rs/cryptix-blmq" readme = "README.md" keywords = [ "blmq", "pairing", "ibe", "cryptography", ] categories = [ "cryptography", "algorithms", "mathematics", "no-std", ] license = "GPL-3.0" repository = "https://github.com/M4tsuri/Cryptix" [[bench]] name = "blmq" harness = false [dependencies.cryptix-bigint] version = "0.1.0" [dependencies.cryptix-bn254] version = "0.1.0" [dependencies.cryptix-ecc] version = "0.1.0" [dependencies.cryptix-field] version = "0.1.0" features = ["rand"] [dependencies.cryptix-pairing] version = "0.1.0" [dependencies.rand_core] version = "0.6.4" default_features = false [dependencies.sha2] version = "0.10.6" [dev-dependencies.criterion] version = "0.4" [dev-dependencies.rand] version = "0.8.5" default_features = false [dev-dependencies.rand_chacha] version = "0.3.1" default_features = false [features] pk = [] std = ["cryptix-bn254/std"]