1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO 2# 3# When uploading crates to the registry Cargo will automatically 4# "normalize" Cargo.toml files for maximal compatibility 5# with all versions of Cargo and also rewrite `path` dependencies 6# to registry (e.g., crates.io) dependencies. 7# 8# If you are reading this file be aware that the original Cargo.toml 9# will likely look very different (and much more reasonable). 10# See Cargo.toml.orig for the original contents. 11 12[package] 13edition = "2021" 14rust-version = "1.57" 15name = "const-oid" 16version = "0.9.2" 17authors = ["RustCrypto Developers"] 18description = """ 19Const-friendly implementation of the ISO/IEC Object Identifier (OID) standard 20as defined in ITU X.660, with support for BER/DER encoding/decoding as well as 21heapless no_std (i.e. embedded) support 22""" 23documentation = "https://docs.rs/const-oid" 24readme = "README.md" 25keywords = [ 26 "iso", 27 "iec", 28 "itu", 29 "oid", 30] 31categories = [ 32 "cryptography", 33 "data-structures", 34 "encoding", 35 "no-std", 36 "parser-implementations", 37] 38license = "Apache-2.0 OR MIT" 39repository = "https://github.com/RustCrypto/formats/tree/master/const-oid" 40 41[package.metadata.docs.rs] 42all-features = true 43rustdoc-args = [ 44 "--cfg", 45 "docsrs", 46] 47 48[dependencies.arbitrary] 49version = "1.2" 50features = ["derive"] 51optional = true 52 53[dev-dependencies.hex-literal] 54version = "0.3" 55 56[features] 57db = [] 58std = [] 59