yengine 0.0.8

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

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

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

[dependencies.facet]
version = "0.43.2"
features = ["reflect"]

[dependencies.fastrand]
version = "2.3.0"

[dependencies.futures]
version = "0.3.31"

[dependencies.subable]
version = "0.0.1"

[dependencies.thiserror]
version = "2.0.17"

[dependencies.tracing]
version = "0.1.43"