bacnet-objects 0.6.4

BACnet object model: traits, database, and standard object types
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-objects"
version = "0.6.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "BACnet object model: traits, database, and standard object types"
readme = false
keywords = [
    "bacnet",
    "building-automation",
    "objects",
    "ashrae",
]
categories = ["network-programming"]
license = "MIT"
repository = "https://github.com/jscott3201/rusty-bacnet"

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

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

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

[dependencies.bytes]
version = "1"

[dependencies.tracing]
version = "0.1"