[features]
alloc = []
std = ["alloc"]
[package]
authors = ["RustCrypto Developers"]
categories = ["cryptography", "data-structures", "encoding", "no-std"]
description = "Const-friendly implementation of the ISO/IEC Object Identifier (OID) standard\nas defined in ITU X.660, with support for BER/DER encoding/decoding as well as\nheapless no_std (i.e. embedded) support\n"
documentation = "https://docs.rs/const-oid"
edition = "2018"
keywords = ["iso", "iec", "itu", "oid"]
license = "Apache-2.0 OR MIT"
name = "const-oid"
readme = "README.md"
repository = "https://github.com/RustCrypto/utils"
version = "0.4.1"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]