# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "bls-signatures-rs" version = "0.1.0" authors = ["Witnet Foundation "] exclude = ["/.travis.yml"] description = "Open source implementation of Bonneh-Lynn-Shacham (BLS) signatures written in Rust" homepage = "https://github.com/witnet/bls-signatures-rs" documentation = "https://docs.rs/bls-signatures-rs/" readme = "README.md" keywords = ["bls", "Bonneh-Lynn-Shacham", "bn256"] categories = ["algorithms", "cryptography"] license = "MIT" repository = "https://github.com/witnet/bls-signatures-rs" [dependencies.bn] version = "0.4.5" package = "witnet-bn" [dependencies.byteorder] version = "1.3.4" [dependencies.digest] version = "0.8.1" [dependencies.failure] version = "0.1.8" [dependencies.hex] version = "0.4.2" [dependencies.rustc-hex] version = "2.1.0" [dependencies.serde_json] version = "1.0.52" [dependencies.sha2] version = "0.8.1" [dev-dependencies]