keyring 2.3.3

Cross-platform library for managing passwords/credentials
Documentation

keyring

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 21 feature flags, 14 of them enabled by default.

default

  • platform-all

platform-all

  • platform-linux
  • platform-freebsd
  • platform-openbsd
  • platform-macos
  • platform-ios
  • platform-windows

platform-linux

  • linux-secret-service
  • linux-keyutils

platform-freebsd

  • linux-secret-service

platform-openbsd

  • linux-secret-service

platform-macos

  • security-framework

platform-ios

  • security-framework

platform-windows

  • windows-sys
  • byteorder

linux-secret-service

  • linux-secret-service-rt-async-io-crypto-rust

linux-keyutils

  • dep:linux-keyutils

security-framework

  • dep:security-framework

windows-sys

  • dep:windows-sys

byteorder

  • dep:byteorder

linux-secret-service-rt-async-io-crypto-rust

  • secret-service/rt-async-io-crypto-rust

secret-service

  • dep:secret-service

linux-secret-service-rt-tokio-crypto-rust

  • secret-service/rt-tokio-crypto-rust

linux-no-secret-service

  • linux-default-keyutils

linux-secret-service-rt-async-io-crypto-openssl

  • secret-service/rt-async-io-crypto-openssl

linux-default-keyutils

  • linux-keyutils

linux-secret-service-rt-tokio-crypto-openssl

  • secret-service/rt-tokio-crypto-openssl

windows-test-threading

    This feature flag does not enable additional features.