rusty-cosp 0.1.0

Implements the Kernel Function of Connection Oriented Session Protocol/ISO 8327-1/IEC 8327-1/ITU-T X.225 standard.
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-cosp"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Implements the Kernel Function of Connection Oriented Session Protocol/ISO 8327-1/IEC 8327-1/ITU-T X.225 standard."
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_cosp"
path = "src/lib.rs"

[dependencies.bitfield]
version = "0.19.1"

[dependencies.bytes]
version = "1.10.1"

[dependencies.hex]
version = "0.4.3"

[dependencies.num-derive]
version = "0.4.2"

[dependencies.rand]
version = "0.9.2"

[dependencies.rusty-cotp]
version = "0.1.0"

[dependencies.rusty-tpkt]
version = "0.1.0"

[dependencies.strum]
version = "0.27.2"
features = ["derive"]

[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.hex]
version = "0.4.3"

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