short-crypt 1.0.19

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.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e223af0dc48c96d4f8342ec01a4974f139df863896b316681efd36742f22cc67"

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

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

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

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