[package]
name = "yengine"
version = "0.0.6"
edition = "2024"
keywords = ["yate", "extmodule", "telephony"]
description = "Communication library for the Yate Engine external module protocol."
documentation = "https://docs.rs/yengine"
repository = "https://github.com/lowlevl/yengine"
license = "LGPL-3.0"
readme = "README.md"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
[dependencies]
futures = "0.3.31"
fastrand = "2.3.0"
tracing = "0.1.43"
thiserror = "2.0.17"
facet = { version = "0.35.0", features = ["reflect"] }