oid 0.3.0

Rust-native library for building, parsing, and formating Object Identifiers (OIDs)
Documentation
[dependencies.serde]
default-features = false
optional = true
version = "1.0.228"

[dev-dependencies.bincode]
version = "2.0.1"

[dev-dependencies.serde-xml-rs]
version = "0.8.2"

[dev-dependencies.serde_derive]
version = "1.0.228"

[[example]]
name = "basic"
path = "examples/basic.rs"

[features]
default = ["std"]
serde = ["dep:serde", "bincode/serde"]
std = []
u32 = []

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings", "cryptography", "data-structures", "embedded", "no-std"]
description = "Rust-native library for building, parsing, and formating Object Identifiers (OIDs)"
edition = "2024"
keywords = ["oid", "asn1", "x500"]
license = "MIT OR Apache-2.0"
name = "oid"
readme = "README.md"
repository = "https://github.com/sbruton/oid-rs"
rust-version = "1.85"
version = "0.3.0"