[package] name = "ophelia-bls-amcl" version = "0.3.1" authors = ["zero.qn "] edition = "2018" license = "MIT" description = "ophelia bls" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] bls_amcl_hotfix = "0.7" ophelia = "0.3" ophelia-derive = "0.3" thiserror = "1.0" [features] default = [] rogue-pubkey-resist = [] [dev-dependencies] quickcheck = "1.0" quickcheck_macros = "1.0" ophelia-quickcheck = { path = "../ophelia-quickcheck" } rand = "0.7"