bacnet-encoding 0.7.1

BACnet ASN.1/BER encoding, APDU and NPDU codecs per ASHRAE 135-2020
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-encoding"
version = "0.7.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "BACnet ASN.1/BER encoding, APDU and NPDU codecs per ASHRAE 135-2020"
readme = false
keywords = [
    "bacnet",
    "asn1",
    "encoding",
    "apdu",
    "npdu",
]
categories = [
    "network-programming",
    "encoding",
]
license = "MIT"
repository = "https://github.com/jscott3201/rusty-bacnet"

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

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

[dependencies.bytes]
version = "1"

[dependencies.tracing]
version = "0.1"