afastdata 0.0.2

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 = "2021"
name = "afastdata"
version = "0.0.2"
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",
    "no-std",
]
categories = [
    "encoding",
    "no-std",
]
license = "MIT"
repository = "https://github.com/ahriknow/afastdata"

[features]
default = []
len-u64 = ["afastdata-core/len-u64"]

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

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

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

[dependencies.afastdata-core]
version = "0.0.2"

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