rusty-tpkt 0.1.0

Implements the TPKT standard to encapsulate ISO protocols for TCP transport.
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 = "rusty-tpkt"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Implements the TPKT standard to encapsulate ISO protocols for TCP transport."
homepage = "https://github.com/gazzasaur/rusty-iccp"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/gazzasaur/rusty-iccp"

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

[dependencies.bytes]
version = "1.10.1"

[dependencies.thiserror]
version = "2.0.12"

[dependencies.tokio]
version = "1.47.1"
features = ["full"]

[dependencies.tracing]
version = "0.1.41"

[dev-dependencies.anyhow]
version = "1.0.98"

[dev-dependencies.rand]
version = "0.9.2"

[dev-dependencies.tracing-test]
version = "0.2.5"