# 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] name = "blindsign" version = "0.0.6" authors = ["boojies"] description = "A package for creating blind signatures cryptography ECC" readme = "README.md" keywords = ["blind", "signature", "cryptography", "mix", "ECC"] categories = ["cryptography"] license = "MIT" repository = "https://github.com/boojies/blindsign" [dependencies.curve25519-dalek] version = "^0.17" features = ["nightly"] [dependencies.digest] version = "0.7.2" [dependencies.failure] version = "0.1.1" [dependencies.failure_derive] version = "0.1.1" [dependencies.rand] version = "0.5.0" [dependencies.subtle] version = "0.6.2" [dependencies.typenum] version = "1.10.0" [dev-dependencies.sha3] version = "0.7.3"