nsap-address 1.0.0

ITU-T Rec. X.213 NSAP address parsing, printing, etc.
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"
rust-version = "1.89"
name = "nsap-address"
version = "1.0.0"
authors = [
    "Jonathan M. Wilbur <jonathan@wilbur.space>",
    "Wildboar Software <jonathan.wilbur@wildboarsoftware.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ITU-T Rec. X.213 NSAP address parsing, printing, etc."
readme = "README.md"
keywords = [
    "nsap",
    "x213",
    "osi",
]
categories = [
    "network-programming",
    "no-std",
]
license = "MIT"
repository = "https://github.com/JonathanWilbur/asn1.rs/tree/master/nsap-address"

[features]
alloc = []
default = ["alloc"]
ecma117 = []
nonstd = []
nonstddisplay = ["nonstd"]
x25 = []

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

[dependencies.faster-hex]
version = "0.10.0"
default-features = false