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