# 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 = "pbs_rsa" version = "0.1.0" authors = ["zickshen "] description = "Pure Rust RSA partially blind signature implementation" readme = "README.md" keywords = ["rsa", "signature", "security", "crypto", "blind"] categories = ["cryptography"] license = "MIT" [[bench]] name = "sign" bench = true harness = false [dependencies.lazy_static] version = "1.3.0" [dependencies.num-bigint-dig] version = "0.6" features = ["rand", "i128", "u64_digit", "prime", "zeroize"] [dependencies.num-integer] version = "0.1.42" [dependencies.num-iter] version = "0.1.40" [dependencies.num-traits] version = "0.2.11" [dependencies.rand] version = "0.7.3" [dependencies.rust-crypto] version = "^0.2" [dependencies.serde_crate] version = "1.0.89" features = ["std", "derive"] optional = true default-features = false package = "serde" [dependencies.subtle] version = "2.0.0" [dependencies.thiserror] version = "1.0.13" [dependencies.zeroize] version = "1.1.0" features = ["alloc", "zeroize_derive"] [dev-dependencies.base64] version = "0.11.0" [dev-dependencies.bencher] version = "0.1.5" [dev-dependencies.hex] version = "0.4.0" [dev-dependencies.pem] version = "0.7" [dev-dependencies.rand_xorshift] version = "0.2.0" [dev-dependencies.serde_test] version = "1.0.89" [dev-dependencies.sha-1] version = "0.8.1" [dev-dependencies.sha2] version = "0.8.0"