presentation-address 1.0.0

OSI Networking PresentationAddress
Documentation
[dependencies.faster-hex]
default-features = false
version = "0.10.0"

[dependencies.nsap-address]
features = ["alloc", "nonstd"]
optional = true
version = "1"

[dependencies.wildboar-asn1]
optional = true
version = "3"

[dependencies.x690]
optional = true
version = "1"

[features]
default = []
ecma117 = ["nsap-address/ecma117"]
nonstd = ["nsap-address/nonstd"]
nonstddisplay = ["nsap-address/nonstddisplay"]
x25 = ["nsap-address/x25"]
x690 = ["dep:x690", "dep:wildboar-asn1"]

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

[package]
authors = ["Jonathan M. Wilbur <jonathan@wilbur.space>", "Wildboar Software <jonathan.wilbur@wildboarsoftware.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["network-programming", "no-std"]
description = "OSI Networking PresentationAddress"
edition = "2024"
keywords = ["x520", "osi"]
license = "MIT"
name = "presentation-address"
readme = "README.md"
repository = "https://github.com/JonathanWilbur/asn1.rs/tree/master/presentation-address"
rust-version = "1.89"
version = "1.0.0"