short-crypt 1.0.14

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
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "short-crypt"
version = "1.0.14"
authors = ["Magic Len <len@magiclen.org>"]
description = "ShortCrypt is a very simple encryption library, which aims to encrypt any data into something random at first glance."
homepage = "https://magiclen.org/short-crypt"
readme = "README.md"
keywords = ["crypto", "qrcode", "url", "encrypt", "decrypt"]
categories = ["algorithms", "cryptography"]
license = "MIT"
repository = "https://github.com/magiclen/rust-short-crypt"
[dependencies.base32]
version = "0.4"

[dependencies.base64-url]
version = "1.1.7"

[dependencies.crc-any]
version = "2"

[dependencies.debug-helper]
version = "0.3"
[badges.travis-ci]
branch = "master"
repository = "magiclen/rust-short-crypt"