[dependencies.arbitrary]
features = ["derive"]
optional = true
version = "1.2"
[dev-dependencies.hex-literal]
version = "0.3"
[features]
db = []
std = []
[package]
authors = ["RustCrypto Developers"]
categories = ["cryptography", "data-structures", "encoding", "no-std", "parser-implementations"]
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 = "2021"
keywords = ["iso", "iec", "itu", "oid"]
license = "Apache-2.0 OR MIT"
name = "const-oid"
readme = "README.md"
repository = "https://github.com/RustCrypto/formats/tree/master/const-oid"
rust-version = "1.57"
version = "0.9.6"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]