qubit-codec-binary 0.1.0

Buffer-oriented binary codecs for Rust
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.94"
name = "qubit-codec-binary"
version = "0.1.0"
authors = ["Haixing Hu <starfish.hu@gmail.com>"]
build = false
include = [
    "/Cargo.toml",
    "/LICENSE",
    "/README.md",
    "/README.zh_CN.md",
    "/doc/**/user_guide*.md",
    "/examples/**",
    "/resources/**",
    "/src/**",
    "/tests/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Buffer-oriented binary codecs for Rust"
homepage = "https://github.com/qubit-ltd/rs-codec-binary"
documentation = "https://docs.rs/qubit-codec-binary"
readme = "README.md"
keywords = [
    "codec",
    "binary",
    "leb128",
    "zigzag",
    "qubit",
]
categories = [
    "encoding",
    "parser-implementations",
]
license = "Apache-2.0"
repository = "https://github.com/qubit-ltd/rs-codec-binary"

[lib]
name = "qubit_codec_binary"
path = "src/lib.rs"
doctest = true

[[test]]
name = "codec_tests"
path = "tests/codec_tests.rs"

[[test]]
name = "prelude_tests"
path = "tests/prelude_tests.rs"

[dependencies.qubit-codec]
version = "0.5"

[dependencies.thiserror]
version = "2.0"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(coverage)"]