affinidi-encoding 0.1.1

Multibase and multicodec encoding utilities for Affinidi TDK
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"
rust-version = "1.90.0"
name = "affinidi-encoding"
version = "0.1.1"
authors = ["Glenn Gore <glenn@affinidi.com>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Multibase and multicodec encoding utilities for Affinidi TDK"
homepage = "https://affinidi.com/"
readme = "README.md"
keywords = [
    "ssi",
    "affinidi",
]
license = "Apache-2.0"
repository = "https://github.com/affinidi/affinidi-tdk-rs"

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

[dependencies.bs58]
version = "0.5"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.thiserror]
version = "2.0"

[dependencies.unsigned-varint]
version = "0.8"

[dependencies.zeroize]
version = "1.8"
features = ["derive"]

[lints.clippy]
uninlined_format_args = "warn"