No description
Find a file
2025-11-17 21:23:03 +00:00
examples cargo fmt 2025-08-30 18:11:08 -07:00
src Remove unneeded lifetime specifier. 2025-09-03 14:24:57 -07:00
.gitignore Initial commit. 2025-08-29 17:37:48 -07:00
Cargo.toml Update Cargo.toml 2025-11-17 21:23:03 +00:00
LICENSE-APACHE Initial commit. 2025-08-29 17:37:48 -07:00
LICENSE-MIT Initial commit. 2025-08-29 17:37:48 -07:00
README.md Remove default feature. 2025-08-30 17:49:31 -07:00

dbus Secret Service keyring store

build crates.io docs.rs

This is a keyring credential store provider that stores credentials in Secret Service. Its 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 secret-service crate that it uses to communicate with Secret Service. (See the docs for that crate for details.) You must enable exactly one of the four (mutually-exclusive) features in order to declare which async runtime you are using and which cryptography utilities you want to use.

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.