[dependencies.once_cell]
version = "1.20.2"
[dependencies.regex]
version = "1.11.0"
[features]
debug_warnings = []
default = ["validation", "debug_warnings"]
validation = []
[lib]
name = "pk11_uri_parser"
path = "src/lib.rs"
[package]
authors = ["Andrew Oswald <andrew.oswald@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["authentication", "config", "cryptography", "parser-implementations"]
description = """
A zero-copy library to parse and (optionally) validate PKCS#11 URIs in accordance to RFC7512 specifications.
"""
edition = "2021"
keywords = ["pkcs11", "cryptography", "certificate", "x509", "hsm"]
license = "MIT"
name = "pk11-uri-parser"
readme = "README.md"
repository = "https://github.com/andrewoswald/pk11-uri-parser"
version = "0.1.5"
[[test]]
name = "test_parse"
path = "tests/test_parse.rs"