phoxal-runtime-contract 0.45.5

Phoxal process-boundary identities, participant launch ABI, and embedded metadata contract.
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"
rust-version = "1.88"
name = "phoxal-runtime-contract"
version = "0.45.5"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Phoxal process-boundary identities, participant launch ABI, and embedded metadata contract."
homepage = "https://github.com/phoxal/framework"
documentation = "https://github.com/phoxal/framework#readme"
readme = "README.md"
license = "AGPL-3.0-only"
repository = "https://github.com/phoxal/framework"

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

[dependencies.getrandom]
version = "0.3.4"

[dependencies.libc]
version = "0.2.180"

[dependencies.serde]
version = "1.0.228"
features = [
    "derive",
    "derive",
]

[dependencies.serde_bytes]
version = "0.11.19"

[dependencies.serde_json]
version = "1.0.149"

[dependencies.thiserror]
version = "2.0.18"

[dev-dependencies.rmp-serde]
version = "1.3.1"

[lints.rust]
unused = "warn"