# 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 = "volaris-tools" version = "0.0.4" authors = [ "brxken128 ", ] description = "The libary that contains all workings and tools for volaris." homepage = "https://github.com/volar-is/volaris" readme = "README.md" keywords = [ "encryption", "secure", ] categories = [ "cryptography", "encoding", "data-structures", ] license = "BSD-2-Clause" repository = "https://github.com/volar-is/volaris/tree/master/crates/volaris-tools" [dependencies.blake3] version = "1.3.3" [dependencies.corecrypto] version = "0.0.3" package = "volaris-crypto" [dependencies.rand] version = "0.8.5" [dependencies.walkdir] version = "2.3.2" [dependencies.zip] version = "2.2.0" features = ["zstd"] default-features = false [badges.maintenance] status = "actively-developed"