nibblecode 0.1.0

A serialization format based on rkyv
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 = "nibblecode"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A serialization format based on rkyv"
readme = "README.md"
keywords = [
    "archive",
    "nibblecode",
    "serialization",
    "zero-copy",
    "no_std",
]
categories = [
    "encoding",
    "no-std",
    "no-std::no-alloc",
]
license = "MIT"
repository = "https://github.com/bolshoytoster/nibblecode"

[features]
alloc = []
big_endian = []
default = ["alloc"]
pointer_width_16 = []
pointer_width_64 = []
unaligned = []

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

[dependencies.nibblecode_derive]
version = "0.1"

[dependencies.rend]
version = "0.5"