varint_core 0.0.1

VarInt core types
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 = "varint_core"
version = "0.0.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "VarInt core types"
homepage = "https://github.com/ArckyPN/media-over-quic-transport/"
readme = "README.md"
keywords = [
    "QUIC",
    "VarInt",
    "derive",
    "MOQT",
]
categories = [
    "web-programming",
    "data-structures",
]
license = "MIT"
repository = "https://github.com/ArckyPN/media-over-quic-transport/tree/main/varint_core"

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

[dependencies]