cargo-credential-macos-keychain 0.4.4

A Cargo credential process that stores tokens in a macOS keychain.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "cargo-credential-macos-keychain"
version = "0.4.4"
rust-version = "1.76.0"  # MSRV:1
edition.workspace = true
license.workspace = true
homepage.workspace = true
repository.workspace = true
description = "A Cargo credential process that stores tokens in a macOS keychain."

[dependencies]
cargo-credential.workspace = true

[target.'cfg(target_os = "macos")'.dependencies]
security-framework.workspace = true

[lints]
workspace = true