arkhe-forge-core 0.13.0

L1 primitives for ArkheForge Runtime: Core 5 (User / Actor / Space / Entry / Activity) + ShellBrand invariant-lifetime isolation + deterministic entity-id derivation. Pure compute, no I/O.
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"
rust-version = "1.80"
name = "arkhe-forge-core"
version = "0.13.0"
authors = ["Arkhe Contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "L1 primitives for ArkheForge Runtime: Core 5 (User / Actor / Space / Entry / Activity) + ShellBrand invariant-lifetime isolation + deterministic entity-id derivation. Pure compute, no I/O."
homepage = "https://github.com/aceamro/ArkheForge"
documentation = "https://docs.rs/arkhe-forge-core"
readme = "README.md"
keywords = [
    "runtime",
    "primitives",
    "activitypub",
    "ecs",
    "arkhe",
]
categories = ["data-structures"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/aceamro/ArkheForge"

[features]
audit-receipt-key-identified = []
default = []
federation-archive-hardened = []

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

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

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

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

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

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

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

[dependencies.arkhe-forge-macros]
version = "0.13"

[dependencies.arkhe-kernel]
version = "0.13"

[dependencies.arkhe-macros]
version = "0.13"

[dependencies.arrayvec]
version = "0.7"
features = ["serde"]
default-features = false

[dependencies.blake3]
version = "1.5"

[dependencies.bytes]
version = "1.7"
features = ["serde"]

[dependencies.postcard]
version = "1.0"
features = ["use-std"]

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.thiserror]
version = "1.0"

[dependencies.zeroize]
version = "1.8"
features = ["derive"]

[dev-dependencies.proptest]
version = "1.5"

[lints.clippy]
dbg_macro = "deny"
expect_used = "deny"
panic = "deny"
todo = "deny"
unimplemented = "deny"
unwrap_used = "deny"