86 lines
1.7 KiB
TOML
86 lines
1.7 KiB
TOML
|
|
# 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"
|
||
|
|
rust-version = "1.63"
|
||
|
|
name = "oid-registry"
|
||
|
|
version = "0.8.1"
|
||
|
|
authors = ["Pierre Chifflier <chifflier@wzdftpd.net>"]
|
||
|
|
build = "build.rs"
|
||
|
|
include = [
|
||
|
|
"LICENSE-*",
|
||
|
|
"README.md",
|
||
|
|
".gitignore",
|
||
|
|
"Cargo.toml",
|
||
|
|
"assets/*.txt",
|
||
|
|
"build.rs",
|
||
|
|
"src/*.rs",
|
||
|
|
]
|
||
|
|
autolib = false
|
||
|
|
autobins = false
|
||
|
|
autoexamples = false
|
||
|
|
autotests = false
|
||
|
|
autobenches = false
|
||
|
|
description = "Object Identifier (OID) database"
|
||
|
|
homepage = "https://github.com/rusticata/oid-registry"
|
||
|
|
readme = "README.md"
|
||
|
|
keywords = [
|
||
|
|
"BER",
|
||
|
|
"DER",
|
||
|
|
"OID",
|
||
|
|
]
|
||
|
|
license = "MIT OR Apache-2.0"
|
||
|
|
repository = "https://github.com/rusticata/oid-registry.git"
|
||
|
|
|
||
|
|
[package.metadata.cargo_check_external_types]
|
||
|
|
allowed_external_types = [
|
||
|
|
"asn1_rs",
|
||
|
|
"asn1_rs::asn1_types::oid::Oid",
|
||
|
|
]
|
||
|
|
|
||
|
|
[package.metadata.docs.rs]
|
||
|
|
all-features = true
|
||
|
|
rustdoc-args = [
|
||
|
|
"--cfg",
|
||
|
|
"docsrs",
|
||
|
|
]
|
||
|
|
|
||
|
|
[lib]
|
||
|
|
name = "oid_registry"
|
||
|
|
path = "src/lib.rs"
|
||
|
|
|
||
|
|
[dependencies.asn1-rs]
|
||
|
|
version = "0.7"
|
||
|
|
|
||
|
|
[features]
|
||
|
|
crypto = [
|
||
|
|
"kdf",
|
||
|
|
"pkcs1",
|
||
|
|
"pkcs7",
|
||
|
|
"pkcs9",
|
||
|
|
"pkcs12",
|
||
|
|
"nist_algs",
|
||
|
|
"x962",
|
||
|
|
]
|
||
|
|
default = ["registry"]
|
||
|
|
kdf = []
|
||
|
|
ms_spc = []
|
||
|
|
nist_algs = []
|
||
|
|
pkcs1 = []
|
||
|
|
pkcs12 = []
|
||
|
|
pkcs7 = []
|
||
|
|
pkcs9 = []
|
||
|
|
registry = []
|
||
|
|
x500 = []
|
||
|
|
x509 = []
|
||
|
|
x962 = []
|