vunsigned-varint 0.1.1

no_std compatible implementation of the unsigned-varint format
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.85.1"
name = "vunsigned-varint"
version = "0.1.1"
build = false
exclude = [
    "shell.nix",
    ".envrc",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "no_std compatible implementation of the unsigned-varint format"
readme = "README.md"
keywords = [
    "varint",
    "unsigned-varint",
    "multiformat",
    "encoding",
    "no-std",
]
categories = [
    "encoding",
    "no-std",
]
license = "MIT"
repository = "https://codeberg.org/Overloader/vunsigned-varint"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

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

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

[dependencies.num-traits]
version = "0.2"
default-features = false

[dependencies.thiserror]
version = "2.0.19"
default-features = false