ix-schema 0.2.1

A universal meta-interface for data structures: compile-time semantic manifests bridging memory layout and serialization, with enforced schema evolution.
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 = "ix-schema"
version = "0.2.1"
authors = ["intentos-dev"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A universal meta-interface for data structures: compile-time semantic manifests bridging memory layout and serialization, with enforced schema evolution."
readme = "README.md"
keywords = [
    "serialization",
    "schema",
    "layout",
    "zerocopy",
    "no-std",
]
categories = [
    "encoding",
    "data-structures",
    "no-std",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/MerlijnW70/ix-schema"

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

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

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

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

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

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

[dependencies.ix-schema-derive]
version = "0.2.1"