oid 0.2.1

Rust-native library for building, parsing, and formating Object Identifiers (OIDs)
Documentation
[badges.codecov]
branch = "master"
repository = "UnnecessaryEngineering/oid"
service = "github"

[badges.is-it-maintained-issue-resolution]
repository = "UnnecessaryEngineering/oid"

[badges.is-it-maintained-open-issues]
repository = "UnnecessaryEngineering/oid"

[badges.maintenance]
status = "actively-developed"

[badges.travis-ci]
branch = "master"
repository = "UnnecessaryEngineering/oid"
service = "github"

[dependencies.serde]
default-features = false
optional = true
version = "1.0.116"

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

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

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

[features]
default = ["std"]
serde_support = ["serde"]
std = []
u32 = []

[package]
authors = ["Sean Bruton <sean@unnecessary.engineering>"]
categories = ["api-bindings", "cryptography", "data-structures", "embedded", "no-std"]
description = "Rust-native library for building, parsing, and formating Object Identifiers (OIDs)"
edition = "2018"
homepage = "https://labs.unnecessary.engineering/oid"
include = ["**/*.rs", "Cargo.toml", "README.md", "LICENSE-APACHE", "LICENSE-MIT"]
keywords = ["oid", "asn1", "x500"]
license = "MIT OR Apache-2.0"
name = "oid"
publish = ["crates-io"]
readme = "README.md"
repository = "https://github.com/UnnecessaryEngineering/oid"
version = "0.2.1"