mplx 0.1.1

MPL CLI tools for registry management and validation
# 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 = "mplx"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "MPL CLI tools for registry management and validation"
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"

[[bin]]
name = "mpl"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.axum]
version = "0.7"
features = ["ws"]

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

[dependencies.clap]
version = "4.5"
features = ["derive"]

[dependencies.colored]
version = "2.1"

[dependencies.indicatif]
version = "0.17"

[dependencies.mpl-proxy]
version = "0.1.0"

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

[dependencies.open]
version = "5.0"

[dependencies.reqwest]
version = "0.12"
features = ["json"]

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"

[dependencies.shellexpand]
version = "3.1"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
version = "1.40"
features = ["full"]

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = [
    "env-filter",
    "json",
]

[dependencies.walkdir]
version = "2.5"

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