afastdata 0.0.6

A high-performance binary serialization/deserialization library with derive macros for Rust 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 = "afastdata"
version = "0.0.6"
authors = ["ahriknow <ahriknow@ahriknow.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A high-performance binary serialization/deserialization library with derive macros for Rust types"
homepage = "https://github.com/ahriknow/afastdata"
documentation = "https://docs.rs/afastdata"
readme = "README.md"
keywords = [
    "serialization",
    "binary",
    "derive",
    "macro",
    "validation",
]
categories = ["encoding"]
license = "MIT"
repository = "https://github.com/ahriknow/afastdata"
resolver = "2"

[features]
default = [
    "tag-u8",
    "tuple-16",
]
len-u64 = []
tag-u16 = ["afastdata-macro/tag-u16"]
tag-u32 = ["afastdata-macro/tag-u32"]
tag-u8 = ["afastdata-macro/tag-u8"]
tuple-16 = []
tuple-32 = []
tuple-8 = []

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

[[example]]
name = "basic"
path = "examples/basic.rs"

[[example]]
name = "validate"
path = "examples/validate.rs"

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

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

[dependencies.afastdata-macro]
version = "0.0.6"