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 = "2018" 14name = "oid-registry" 15version = "0.2.0" 16authors = ["Pierre Chifflier <chifflier@wzdftpd.net>"] 17build = "build.rs" 18include = ["LICENSE-*", "README.md", ".gitignore", "Cargo.toml", "assets/*.txt", "build.rs", "src/*.rs"] 19description = "Object Identifier (OID) database" 20homepage = "https://github.com/rusticata/oid-registry" 21readme = "README.md" 22keywords = ["BER", "DER", "OID"] 23license = "MIT/Apache-2.0" 24repository = "https://github.com/rusticata/oid-registry.git" 25[package.metadata.docs.rs] 26all-features = true 27rustdoc-args = ["--cfg", "docsrs"] 28[dependencies.der-parser] 29version = "6.0.0" 30 31[features] 32crypto = ["kdf", "pkcs1", "pkcs7", "pkcs9", "pkcs12", "nist_algs", "x962"] 33default = [] 34kdf = [] 35ms_spc = [] 36nist_algs = [] 37pkcs1 = [] 38pkcs12 = [] 39pkcs7 = [] 40pkcs9 = [] 41x509 = [] 42x962 = [] 43