[package] name = "mcl" version = "0.5.0-alpha" authors = ["Adam Budziak "] edition = "2018" license = "MIT" repository = "https://github.com/adambudziak/rust_mcl" description = "Rust FFI bindings for the MCL pairing-based cryptography." documentation = "https://docs.rs/mcl" readme = "./README.md" keywords = ["pairing", "crypto", "elliptic", "bls12_381"] categories = ["cryptography", "api-bindings"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] libc = "0.2" serde = { version = "1.0", optional = true } mcl_derive = { version = "0.5.0-alpha", path = "../mcl_derive" } [features] default = ["serde_lib"] serde_lib = ["serde"]