base62 2.2.6

A Base62 encoding/decoding library
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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

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

[features]
alloc = []
default = ["alloc"]
std = ["alloc"]

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

[[bench]]
name = "base62"
path = "benches/base62.rs"
harness = false
required-features = ["alloc"]

[dependencies]

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

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

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