# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "oid-registry" version = "0.2.0" authors = ["Pierre Chifflier "] build = "build.rs" include = ["LICENSE-*", "README.md", ".gitignore", "Cargo.toml", "assets/*.txt", "build.rs", "src/*.rs"] description = "Object Identifier (OID) database" homepage = "https://github.com/rusticata/oid-registry" readme = "README.md" keywords = ["BER", "DER", "OID"] license = "MIT/Apache-2.0" repository = "https://github.com/rusticata/oid-registry.git" [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "docsrs"] [dependencies.der-parser] version = "6.0.0" [features] crypto = ["kdf", "pkcs1", "pkcs7", "pkcs9", "pkcs12", "nist_algs", "x962"] default = [] kdf = [] ms_spc = [] nist_algs = [] pkcs1 = [] pkcs12 = [] pkcs7 = [] pkcs9 = [] x509 = [] x962 = []