mpl-protocol 0.1.1

Core library for MPL: types, validation, hashing, and protocol primitives
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.75"
name = "mpl-protocol"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core library for MPL: types, validation, hashing, and protocol primitives"
homepage = "https://docs.skelfresearch.com/mpl"
documentation = "https://docs.skelfresearch.com/mpl"
readme = "README.md"
keywords = [
    "mpl",
    "ai-agents",
    "semantic",
    "protocol",
    "validation",
]
categories = [
    "development-tools",
    "api-bindings",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/Skelf-Research/mpl"

[features]
default = []
python = ["pyo3"]

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

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

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

[dependencies.async-trait]
version = "0.1"

[dependencies.blake3]
version = "1.5"

[dependencies.cel-interpreter]
version = "0.10"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.jsonschema]
version = "0.18"

[dependencies.pyo3]
version = "0.22"
features = ["extension-module"]
optional = true

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "1.0"

[dependencies.tracing]
version = "0.1"

[dependencies.uuid]
version = "1.10"
features = [
    "v4",
    "serde",
]

[dev-dependencies.pretty_assertions]
version = "1.4"