short-crypt 1.0.21

ShortCrypt is a very simple encryption library, which aims to encrypt any data into something random at first glance.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "base32"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "23ce669cd6c8588f79e15cf450314f9638f967fc5770ff1c7c1deb0925ea7cfa"

[[package]]
name = "base64"
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff"

[[package]]
name = "base64-url"
version = "1.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2ec9e5b5aa55f2f108ee8fde9364dde142b710e36967e9ec6f4bcc1bc9bf8b8"
dependencies = [
 "base64",
]

[[package]]
name = "crc-any"
version = "2.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fb455e9743ba4e6e1fe562bae3e15b90e62768e992797ac6420d82b0ed79f65"
dependencies = [
 "debug-helper",
]

[[package]]
name = "debug-helper"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "176e6bb9f0e859d6f44fbcb4bbe63375d28b289175a46de1c0e79e788cb045a5"

[[package]]
name = "short-crypt"
version = "1.0.21"
dependencies = [
 "base32",
 "base64-url",
 "crc-any",
 "debug-helper",
]