short-crypt 1.0.15

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

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

[[package]]
name = "crc-any"
version = "2.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8acf7462b4e0f5fd1121823cdae740be59ae6bbedd17b4335daabca275e9930c"
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.15"
dependencies = [
 "base32",
 "base64-url",
 "crc-any",
 "debug-helper",
]