# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "bundled-crypto" version = "0.2.0" authors = ["AlterionX "] description = "A collection of bundled crypto algorithms, encoding algorithms, and an implementation of the PASETO version protocol." license = "MIT" repository = "https://github.com/AlterionX/benxu-dev" [dependencies.argon2rs] version = "0.2.5" [dependencies.base64] version = "0.11.0" [dependencies.bcrypt] version = "0.6.1" [dependencies.blake2-rfc] version = "0.2.18" [dependencies.boolinator] version = "2.4.0" [dependencies.hex] version = "0.4.0" [dependencies.log] version = "0.4.8" features = ["std", "serde"] [dependencies.openssl] version = "0.10.26" [dependencies.rand] version = "0.7.2" [dependencies.ring] version = "0.13.5" features = ["rsa_signing"] [dependencies.serde] version = "1.0.102" features = ["derive"] [dependencies.serde_json] version = "1.0.41" [dependencies.sodiumoxide] version = "0.2.5" [dependencies.untrusted] version = "0.7.0"