Registry / auth / secret-service

secret-service

JSON →
library5.1.0rscratesunverified

Library to interface with the Secret Service API (e.g., GNOME Keyring).

# Cargo.toml [dependencies] secret-service = "5.1.0"
INSTALL
IMPORT
SIG · SECRET-SERVICE
S
secret-service
authrustv5.1.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

SecretService
use secret_service::SecretService;

Connect to the system's secret service.

use secret_service::SecretService; fn main() { let ss = SecretService::new().unwrap(); println!("Connected to secret service"); }
Debug
Known issues
gotchaRequires a running D-Bus secret service (e.g., GNOME Keyring).
fix
Ensure a secret service daemon is running.
affects: >=5.0.0
Upgrade
Version history
5.1.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
12
Resources