[package] name = "rsa_xml" author = "Ahmad Abdullahi Adamu " description = "A simple implementation of RSA key values in XML format, for encrypting and decrypting data" homepage = "https://github.com/ahmadbrainworks/rsa-xml" repository = "https://github.com/ahmadbrainworks/rsa-xml" license = "MIT/Apache-2.0" documentation = "https://docs.rs/crate/rsa-xml/0.1.0" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] serde-xml-rs = "0.5.1" serde_derive = "1.0.138" serde = "1.0.138" serde_json = "1.0.82" base64 = "0.13.0" openssl = "0.10.40" rsa = "0.6.1"