# 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 = "performant_encryption" version = "0.1.6" description = "This is a Rust library providing external facing functions to performant and trusted encryption in Rust" readme = "README.md" license = "Apache-2.0" [profile.dev.package.num-bigint-dig] opt-level = 3 [lib] name = "performant_encryption" crate-type = ["dylib"] path = "src/lib.rs" [dependencies.aes-gcm] version = "0.10.1" [dependencies.argon2] version = "0.4.1" [dependencies.base64] version = "0.20.0" [dependencies.bcrypt] version = "0.13.0" [dependencies.blake2] version = "0.10.6" [dependencies.ed25519-dalek] version = "1" [dependencies.hmac] version = "0.12.1" [dependencies.md-5] version = "0.10.5" [dependencies.rand] version = "0.8.5" [dependencies.rand_07] version = "0.7.0" package = "rand" [dependencies.rsa] version = "0.7.2" [dependencies.scrypt] version = "0.10.0" [dependencies.sha2] version = "0.10.6" [dependencies.sha3] version = "0.10.6" [dependencies.zstd] version = "0.12.3"