rusty-acse 0.1.0

Implements the Application Control Service Element (ACSE)/ISO 8650-1/IEC 8650-1/ITU-T X.227 standard targeting ISO protocol 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-acse"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Implements the Application Control Service Element (ACSE)/ISO 8650-1/IEC 8650-1/ITU-T X.227 standard targeting ISO protocol 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_acse"
path = "src/lib.rs"

[dependencies.der-parser]
version = "10.0.0"
features = [
    "bigint",
    "serialize",
]

[dependencies.rand]
version = "0.9.2"

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

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

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

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

[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.tracing-test]
version = "0.2.5"