Files
RedBear-OS/local/recipes/libs/pam-redbear/source/Cargo.toml
T

24 lines
600 B
TOML

[package]
name = "pam"
version = "0.3.1"
edition = "2021"
description = "PAM compatibility library for Red Bear OS — proxies authentication to redbear-authd over its Unix socket protocol. v6.0 2026"
license = "MIT"
[lib]
name = "pam"
crate-type = ["cdylib", "rlib"]
[features]
default = []
# Enable to talk to redbear-authd over the real /run/redbear-authd.sock.
# Disable for unit tests that exercise the API in isolation.
authd-socket = []
[dependencies]
redbear-login-protocol = { path = "../../../system/redbear-login-protocol/source" }
serde_json = "1"
[dev-dependencies]
serde_json = "1"