blob: 05eb3837898eb88ba8ad3bbf8a6a5f18fc173947 [file] [log] [blame]
Yiming Jinga9f0d292021-07-22 13:22:57 -07001# 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
Joel Galensonbc8770b2021-09-22 11:12:48 -07006# to registry (e.g., crates.io) dependencies.
Yiming Jinga9f0d292021-07-22 13:22:57 -07007#
Joel Galensonbc8770b2021-09-22 11:12:48 -07008# 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.
Yiming Jinga9f0d292021-07-22 13:22:57 -070011
12[package]
13edition = "2018"
14name = "oid-registry"
Joel Galensonbc8770b2021-09-22 11:12:48 -070015version = "0.2.0"
Yiming Jinga9f0d292021-07-22 13:22:57 -070016authors = ["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]
Joel Galensonbc8770b2021-09-22 11:12:48 -070029version = "6.0.0"
Yiming Jinga9f0d292021-07-22 13:22:57 -070030
31[features]
32crypto = ["kdf", "pkcs1", "pkcs7", "pkcs9", "pkcs12", "nist_algs", "x962"]
33default = []
34kdf = []
35ms_spc = []
36nist_algs = []
37pkcs1 = []
38pkcs12 = []
39pkcs7 = []
40pkcs9 = []
41x509 = []
42x962 = []