# 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" name = "rsa_xml" version = "0.1.0" description = "A simple implementation of RSA key values in XML format, for encrypting and decrypting data" homepage = "https://github.com/ahmadbrainworks/rsa-xml" documentation = "https://docs.rs/crate/rsa-xml/0.1.0" license = "MIT/Apache-2.0" repository = "https://github.com/ahmadbrainworks/rsa-xml" resolver = "2" [dependencies.base64] version = "0.13.0" [dependencies.openssl] version = "0.10.40" [dependencies.rsa] version = "0.6.1" [dependencies.serde] version = "1.0.138" [dependencies.serde-xml-rs] version = "0.5.1" [dependencies.serde_derive] version = "1.0.138" [dependencies.serde_json] version = "1.0.82"