[dependencies]
[lib]
name = "base64_string"
path = "src/lib.rs"
[package]
authors = ["DEADBLACKCLOVER <deadblackclover@protonmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Implementation of the Base64 hash made using Rust"
edition = "2018"
homepage = "https://github.com/deadblackclover/base64-string"
keywords = ["base64"]
license = "GPL-3.0"
name = "base64-string"
readme = "README.md"
repository = "https://github.com/deadblackclover/base64-string"
version = "1.0.1"