# 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 = "mega-security-rs" version = "0.3.0" authors = ["Rodrigo Mauricio "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An implementation of Mega's security whitepaper" readme = "README.md" keywords = [ "mega", "auth", "session", "security", "whitepaper", ] categories = [ "authentication", "algorithms", "cryptography", "web-programming", "authentication", ] license = "MIT" repository = "https://github.com/hellbound22/mega-security-rs" [lib] name = "mega_security_rs" path = "src/lib.rs" [[test]] name = "auth" path = "tests/auth.rs" [[test]] name = "client" path = "tests/client.rs" [[test]] name = "data" path = "tests/data.rs" [[test]] name = "process" path = "tests/process.rs" [dependencies.aes] version = "0.8.4" [dependencies.aes-gcm] version = "0.10.3" [dependencies.base64] version = "0.22.1" [dependencies.ccm] version = "0.5.0" [dependencies.ecb] version = "0.1.2" features = ["alloc"] [dependencies.hmac] version = "0.13.0-pre.4" [dependencies.pbkdf2] version = "0.12.2" [dependencies.rand] version = "0.8.5" [dependencies.rsa] version = "0.9.6" [dependencies.sha2] version = "0.10" [dependencies.thiserror] version = "1.0.64"