base62 2.0.3

A Base62 encoding/decoding library
Documentation
[[bench]]
harness = false
name = "base62"
path = "benches/base62.rs"

[dev-dependencies.criterion]
default-features = false
version = "0.5"

[dev-dependencies.quickcheck]
version = "1"

[dev-dependencies.rand]
version = "0.8"

[lib]
name = "base62"
path = "src/lib.rs"

[package]
authors = ["François Bernier <frankbernier@gmail.com>", "Chai T. Rex <ChaiTRex@users.noreply.github.com>", "Kevin Darlington <kevin@outroot.com>", "Christopher Tarquini <code@tarq.io>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A Base62 encoding/decoding library"
documentation = "https://docs.rs/base62/"
edition = "2018"
exclude = [".github/*"]
homepage = "https://github.com/fbernier/base62"
keywords = ["base62", "encoding", "decoding", "url", "shortener"]
license = "MIT"
name = "base62"
readme = "README.md"
repository = "https://github.com/fbernier/base62"
version = "2.0.3"