[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"