# 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" rust-version = "1.57" name = "dexios-core" version = "1.2.0" authors = ["brxken128 "] description = "A library for encrypting/decrypting, password hashing, and for managing encrypted file headers that adhere to the Dexios format." homepage = "https://github.com/brxken128/dexios" documentation = "https://docs.rs/dexios-core/latest/dexios_core/" readme = "README.md" keywords = [ "encryption", "secure", ] categories = [ "cryptography", "encoding", "data-structures", ] license = "BSD-2-Clause" repository = "https://github.com/brxken128/dexios/tree/master/dexios-core" [dependencies.aead] version = "0.5.1" features = ["stream"] [dependencies.aes-gcm] version = "0.10.1" [dependencies.anyhow] version = "1.0.62" [dependencies.argon2] version = "0.4.1" [dependencies.balloon-hash] version = "0.3.0" [dependencies.blake3] version = "1.3.1" features = ["traits-preview"] [dependencies.chacha20poly1305] version = "0.10.1" [dependencies.deoxys] version = "0.1.0" [dependencies.indicatif] version = "0.16.2" optional = true [dependencies.rand] version = "0.8.5" [dependencies.zeroize] version = "1.5.0" [features] default = [] visual = ["indicatif"] [badges.maintenance] status = "actively-developed"