api-key-manager 0.3.0

Use macOS Keychain secrets in commands without copying their values.
# 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 = "2021"
rust-version = "1.85"
name = "api-key-manager"
version = "0.3.0"
authors = ["Boris Djordjevic <d.boris@gmail.com>"]
build = false
include = [
    "src/**",
    "tests/**",
    "Cargo.toml",
    "Cargo.lock",
    "README.md",
    "LICENSE",
    "CHANGELOG.md",
    "docs/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Use macOS Keychain secrets in commands without copying their values."
homepage = "https://github.com/paperfoot/api-key-manager"
readme = "README.md"
keywords = [
    "keychain",
    "secrets",
    "api-keys",
    "agent",
    "cli",
]
categories = [
    "command-line-utilities",
    "authentication",
]
license = "MIT"
repository = "https://github.com/paperfoot/api-key-manager"

[[bin]]
name = "akm"
path = "src/main.rs"

[[test]]
name = "cli_contract"
path = "tests/cli_contract.rs"

[[test]]
name = "guard"
path = "tests/guard.rs"

[[test]]
name = "integration"
path = "tests/integration.rs"

[[test]]
name = "migration"
path = "tests/migration.rs"

[[test]]
name = "runtime"
path = "tests/runtime.rs"

[dependencies.anyhow]
version = "1"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.clap]
version = "4.5"
features = [
    "derive",
    "wrap_help",
]

[dependencies.dirs]
version = "5"

[dependencies.libc]
version = "0.2"

[dependencies.security-framework]
version = "3.7"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.wait-timeout]
version = "0.2"

[dev-dependencies.assert_cmd]
version = "2"

[dev-dependencies.predicates]
version = "3"

[dev-dependencies.tempfile]
version = "3"

[profile.release]
opt-level = 3
lto = true
codegen-units = 1
panic = "abort"
strip = true