bacnet-network 0.8.0

BACnet network layer: routing, router tables, priority channels
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"
rust-version = "1.93"
name = "bacnet-network"
version = "0.8.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "BACnet network layer: routing, router tables, priority channels"
readme = false
keywords = [
    "bacnet",
    "building-automation",
    "network",
    "routing",
]
categories = ["network-programming"]
license = "MIT"
repository = "https://github.com/jscott3201/rusty-bacnet"

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

[dependencies.bacnet-encoding]
version = "0.8.0"

[dependencies.bacnet-transport]
version = "0.8.0"

[dependencies.bacnet-types]
version = "0.8.0"

[dependencies.bytes]
version = "1"

[dependencies.tokio]
version = "1"
features = [
    "sync",
    "time",
]

[dependencies.tracing]
version = "0.1"