blob: 4028005a210bd930986a1fc323904bc55a6dfe7a [file] [log] [blame]
# 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-registry"
version = "0.1.5"
authors = ["Pierre Chifflier <chifflier@wzdftpd.net>"]
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 = "5.1"
[features]
crypto = ["kdf", "pkcs1", "pkcs7", "pkcs9", "pkcs12", "nist_algs", "x962"]
default = []
kdf = []
ms_spc = []
nist_algs = []
pkcs1 = []
pkcs12 = []
pkcs7 = []
pkcs9 = []
x509 = []
x962 = []