# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.63" name = "rsa-oaep-pss" version = "1.1.0" authors = ["N'zaou Renaud "] description = "A pure Rust implementation of the RSA public key cryptosystem" readme = "README.md" license = "GPL-3.0-or-later" repository = "https://github.com/Hakhenaton/rsa-oaep-pss" resolver = "2" [lib] name = "rsa_oaep_pss" crate-type = [ "cdylib", "lib", ] path = "src/lib.rs" [[bench]] name = "benchmarks" harness = false [dependencies.asn1] version = "0.12.2" [dependencies.base64] version = "0.13.1" [dependencies.cipher] version = "0.4.3" [dependencies.digest] version = "0.10.5" features = ["alloc"] [dependencies.num-bigint] version = "0.4.3" [dependencies.num-traits] version = "0.2.15" [dependencies.num_cpus] version = "1.13.1" [dependencies.rand_core] version = "0.6.4" [dev-dependencies.criterion] version = "0.4.0" [dev-dependencies.paste] version = "1.0.9" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.sha2] version = "0.10.6"