mpl-python 0.1.2

Python bindings for MPL core library
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-python"
version = "0.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Python bindings for MPL core library"
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"

[lib]
name = "_mpl_core"
crate-type = ["cdylib"]
path = "src/lib.rs"

[dependencies.mpl_core]
version = "0.1.0"
package = "mpl-protocol"

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

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

[dependencies.serde_json]
version = "1.0"

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

[build-dependencies.pyo3-build-config]
version = "0.22"