short-crypt 1.0.29

ShortCrypt is a very simple deterministic 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.
version = 4

[[package]]
name = "base32"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "022dfe9eb35f19ebbcb51e0b40a5ab759f46ad60cadf7297e0bd085afb50e076"

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

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

[[package]]
name = "crc-any"
version = "3.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4910941b420c3a31aa11a4eec7859b513fd6697ca59d2175b1b583c882b20b6b"

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