ssh-commander-keychain 0.2.3

macOS Keychain credential storage for ssh-commander-core. A small synchronous leaf crate shared by the SSH and PostgreSQL layers.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
rust-version = "1.95"
name = "ssh-commander-keychain"
version = "0.2.3"
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"