[package]
edition = "2024"
rust-version = "1.95"
name = "ssh-commander-keychain"
version = "0.2.2"
authors = ["Andreas Mueller <herban.mueller@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "macOS Keychain credential storage for ssh-commander-core. A small synchronous leaf crate shared by the SSH and PostgreSQL layers."
homepage = "https://github.com/asmuelle/ssh-commander-core"
documentation = "https://docs.rs/ssh-commander-keychain"
readme = "README.md"
keywords = [
"keychain",
"macos",
"credentials",
"security",
"password",
]
categories = [
"authentication",
"os::macos-apis",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/asmuelle/ssh-commander-core"
resolver = "2"
[lib]
name = "ssh_commander_keychain"
path = "src/lib.rs"
[dependencies.anyhow]
version = "1"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.tracing]
version = "0.1"
[dev-dependencies.serde_json]
version = "1"
[target.'cfg(target_os = "macos")'.dependencies.security-framework]
version = "3"
[target.'cfg(target_os = "macos")'.dependencies.security-framework-sys]
version = "2"