# 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 = "encrypto_aes" version = "0.3.0" description = "stunning-encrypto is cross platform end-to-end encryption dependency. And this is AES extension of the same" homepage = "https://www.ssdd.dev/zot/crypto/aes" readme = "README.md" keywords = [ "AES", "end-to-end-encrypton", "stunning-encrypto", "encryption", "rust-e2ee", ] categories = ["cryptography"] license = "MIT" repository = "https://github.com/zotcrypto/encrypto-aes" [dependencies.base64] version = "0.13.1" [dependencies.encrypto_rsa] version = "3.1.3" [dependencies.num] version = "0.4.0" default-features = false [dependencies.num-bigint] version = "0.4.3" features = [ "rand", "serde", ] [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0.147" features = ["derive"] [dependencies.serde_json] version = "1.0.89"