sos-platform-authenticator 0.17.0

Platform authenticator and keyring suppport for the Save Our Secrets SDK.
Documentation
[build-dependencies.rustc_version]
version = "0.4.1"

[dependencies.http]
version = "1"

[dependencies.secrecy]
features = ["serde"]
version = "0.10"

[dependencies.thiserror]
version = "2"

[dependencies.tracing]
version = "0.1"

[[example]]
name = "local_auth"
path = "examples/local_auth.rs"

[lib]
name = "sos_platform_authenticator"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = "build.rs"
description = "Platform authenticator and keyring suppport for the Save Our Secrets SDK."
edition = "2021"
homepage = "https://saveoursecrets.com"
license = "MIT OR Apache-2.0"
name = "sos-platform-authenticator"
readme = false
repository = "https://github.com/saveoursecrets/sdk"
version = "0.17.0"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]

[target.'cfg(all(not(target_os = "android"), not(target_os = "macos")))'.dependencies.keyring]
features = ["apple-native", "windows-native", "sync-secret-service"]
version = "3.5"

[target.'cfg(not(target_os = "linux"))'.dependencies.robius-authentication]
version = "0.1"

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