dbus-secret-service-keyring-store

Crates.iodbus-secret-service-keyring-store
lib.rsdbus-secret-service-keyring-store
version0.1.1
created_at2025-08-26 05:28:44.099602+00
updated_at2025-08-26 16:43:15.897952+00
descriptionDBus Secret Service credential store for keyring
homepagehttps://github.com/open-source-cooperative/keyring-rs/wiki/Keyring
repositoryhttps://github.com/open-source-cooperative/dbus-secret-service-keyring-store.git
max_upload_size
id1810545
size73,273
Daniel Brotsky (brotskydotcom)

documentation

README

dbus Secret Service keyring store

This is a keyring credential store provider that stores credentials in Secret Service. It’s compatible with keyring-core v0.5 and later.

Usage

To use this credential store provider, you must take a dependency on the keyring-core crate and on this crate. Then you instantiate and use a credential store as shown in the example program in this crate. See the docs for this crate for more detail.

Features

This crate has no features of its own: all of its features are simply passed on to the dbus-secret-service crate that it uses to communicate with Secret Service. (See the docs for that crate for details.) You must enable either the crypto-rust or the crypto-openssl feature because this crate always encrypts communication with the Secret Service; the default specified by this crate is crypto-rust.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you shall be dual licensed as above, without any additional terms or conditions.

Commit count: 0

cargo fmt