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