# 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 = "rust-blind-rsa-signatures" version = "0.1.0" authors = ["Frank Denis "] description = "RSA blind signatures in pure Rust" homepage = "https://github.com/jedisct1/rust-blind-rsa-signatures" readme = "README.md" keywords = ["crypto", "rsa", "blind", "signatures"] categories = ["no-std", "cryptography"] license = "MIT" repository = "https://github.com/jedisct1/rust-blind-rsa-signatures" [dependencies.digest] version = "0.9" [dependencies.hmac-sha512] version = "0.1" features = ["traits", "sha384"] [dependencies.rand] version = "0.7" [dependencies.rsa] version = "0.3" features = ["expose-internals"]