keytar 0.1.3

keytar bindings to safely interact with operating system keychains
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.keytar-sys]
version = "0.1.2"

[features]
docs-rs = ["keytar-sys/docs-rs"]

[package]
authors = ["stoically <stoically@protonmail.com>"]
description = "keytar bindings to safely interact with operating system keychains"
edition = "2018"
keywords = ["keytar", "libsecret", "keychain", "credential-vault"]
license = "MIT"
name = "keytar"
readme = "README.md"
repository = "https://github.com/stoically/keytar-rs"
version = "0.1.3"
[package.metadata.docs.rs]
features = ["docs-rs"]