mhome-messaging-api 0.6.0

Typed control and normalized data-plane contracts for mHome messaging
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"
name = "mhome-messaging-api"
version = "0.6.0"
authors = ["MHOME AI"]
build = false
include = [
    "src/**",
    "tests/**",
    "schema/**",
    "fixtures/**",
    "manifest/**",
    "Cargo.toml",
    "README.md",
    "LICENSE",
]
publish = ["crates-io"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Typed control and normalized data-plane contracts for mHome messaging"
readme = "README.md"
license = "MIT"
repository = "https://github.com/mhome-ai/foundation"

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

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

[dependencies.conversation-api]
version = "=0.10.0"
package = "mhome-conversation-api"

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

[dependencies.serde_json]
version = "1.0"

[dev-dependencies.jsonschema]
version = "0.30"
default-features = false