ff-carl 1.0.2

A simple utility library to automate Firefox' mTLS host:certificate assignment (ClientAuthRememberList.bin) file.
Documentation
# 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 = "ff-carl"
version = "1.0.2"
build = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
A simple utility library to automate Firefox' mTLS host:certificate assignment (ClientAuthRememberList.bin) file.
"""
readme = "README.md"
keywords = [
    "firefox",
    "mtls",
    "pkcs11",
    "certificate",
    "x509",
]
categories = [
    "authentication",
    "config",
    "filesystem",
    "network-programming",
]
license = "MPL-2.0"
repository = "https://github.com/andrewoswald/ff-carl"

[lib]
name = "ff_carl"
path = "src/lib.rs"

[dependencies.base64]
version = "0.21.7"

[dependencies.byteorder]
version = "1"

[dependencies.x509-parser]
version = "0.15.1"