# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "oid" version = "0.2.1" authors = ["Sean Bruton "] include = ["**/*.rs", "Cargo.toml", "README.md", "LICENSE-APACHE", "LICENSE-MIT"] publish = ["crates-io"] description = "Rust-native library for building, parsing, and formating Object Identifiers (OIDs)" homepage = "https://labs.unnecessary.engineering/oid" readme = "README.md" keywords = ["oid", "asn1", "x500"] categories = ["api-bindings", "cryptography", "data-structures", "embedded", "no-std"] license = "MIT OR Apache-2.0" repository = "https://github.com/UnnecessaryEngineering/oid" [dependencies.serde] version = "1.0.116" optional = true default-features = false [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 = [] [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"