cell-core-macros 0.4.1

Core macro types for the Cell framework
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 = "cell-core-macros"
version = "0.4.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core macro types for the Cell framework"
readme = false
license = "MIT"
repository = "https://github.com/Leif-Rydenfalk/cell"

[features]
alloc = [
    "rkyv/alloc",
    "serde/alloc",
]
default = []

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

[dependencies.rkyv]
version = "0.7"
features = [
    "size_32",
    "alloc",
    "validation",
]
default-features = false

[dependencies.serde]
version = "1.0"
features = [
    "derive",
    "alloc",
]
default-features = false