Consider `pem-rfc7468` instead of current pem implementation in tor-netdoc
The new pem-rfc7468
crate is likely a better implementation of PEM-style encoding/decoding than our current implementation; we should probably use it instead.
The file to modify will be tor-netdoc/src/parse/tokenize.rs
.