afastdata-core 0.0.2

Core traits and built-in type implementations for afastdata serialization
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-core"
version = "0.0.2"
authors = ["ahriknow <ahriknow@ahriknow.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core traits and built-in type implementations for afastdata serialization"
homepage = "https://github.com/ahriknow/afastdata"
documentation = "https://docs.rs/afastdata-core"
readme = "README.md"
keywords = [
    "serialization",
    "binary",
    "no-std",
]
categories = [
    "encoding",
    "no-std",
]
license = "MIT"
repository = "https://github.com/ahriknow/afastdata"

[features]
default = []
len-u64 = []

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

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

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