yengine 0.0.5

Communication library for the Yate Engine external module protocol.
Documentation
[dependencies.facet]
features = ["reflect"]
version = "0.34.0"

[dependencies.fastrand]
version = "2.3.0"

[dependencies.futures]
version = "0.3.31"

[dependencies.thiserror]
version = "2.0.17"

[dependencies.tracing]
version = "0.1.43"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Communication library for the Yate Engine external module protocol."
documentation = "https://docs.rs/yengine"
edition = "2024"
keywords = ["yate", "extmodule", "telephony"]
license = "LGPL-3.0"
name = "yengine"
readme = "README.md"
repository = "https://github.com/lowlevl/yengine"
version = "0.0.5"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]