slugencode 0.1.0

The swiss-army life library for encoding and decoding formats including Hex, Base32, Base58 (not ct), and Base64 in a constant-time manner.
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 = "2024"
name = "slugencode"
version = "0.1.0"
authors = [
    "silene",
    "0x20CB",
    "DionysianMyst",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The swiss-army life library for encoding and decoding formats including Hex, Base32, Base58 (not ct), and Base64 in a constant-time manner."
homepage = "https://github.com/sileneundula/slugencode"
readme = "README.md"
keywords = [
    "encoding",
    "slug",
    "hex",
    "constant-time",
    "base58",
]
categories = [
    "cryptography",
    "encoding",
]
license = "Apache-2.0"
repository = "https://github.com/sileneundula/slugencode"

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

[[example]]
name = "slugapi"
path = "examples/slugapi.rs"

[dependencies.base32ct]
version = "0.2.2"
features = ["alloc"]

[dependencies.bs58]
version = "0.5.1"

[dependencies.ct-codecs]
version = "1.1.6"

[dependencies.subtle]
version = "2.6.1"

[dependencies.zeroize]
version = "1.8.1"