[dependencies.arbitrary]
features = ["derive"]
optional = true
version = "1.4"
[dev-dependencies.hex-literal]
version = "1"
[dev-dependencies.proptest]
version = "1"
[dev-dependencies.regex]
version = "1"
[features]
db = []
[lib]
name = "const_oid"
path = "src/lib.rs"
[package]
authors = ["RustCrypto Developers"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["cryptography", "data-structures", "encoding", "no-std", "parser-implementations"]
description = """
Const-friendly implementation of the ISO/IEC Object Identifier (OID) standard
as defined in ITU X.660, with support for BER/DER encoding/decoding as well as
heapless no_std (i.e. embedded) support
"""
documentation = "https://docs.rs/const-oid"
edition = "2024"
homepage = "https://github.com/RustCrypto/formats/tree/master/const-oid"
keywords = ["iso", "iec", "itu", "oid"]
license = "Apache-2.0 OR MIT"
name = "const-oid"
readme = "README.md"
repository = "https://github.com/RustCrypto/formats"
resolver = "2"
rust-version = "1.85"
version = "0.10.0"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
[[test]]
name = "oid"
path = "tests/oid.rs"
[[test]]
name = "oid_ref"
path = "tests/oid_ref.rs"
[[test]]
name = "proptests"
path = "tests/proptests.rs"