[dependencies.cargo-credential]
version = "0.4.2"
[lib]
name = "cargo_credential_macos_keychain"
path = "src/lib.rs"
[lints.clippy]
dbg_macro = "warn"
disallowed_methods = "warn"
print_stderr = "warn"
print_stdout = "warn"
self_named_module_files = "warn"
[lints.clippy.all]
level = "allow"
priority = -2
[lints.clippy.correctness]
level = "warn"
priority = -1
[lints.rust]
rust_2018_idioms = "warn"
[lints.rustdoc]
private_intra_doc_links = "allow"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A Cargo credential process that stores tokens in a macOS keychain."
edition = "2021"
homepage = "https://github.com/rust-lang/cargo"
license = "MIT OR Apache-2.0"
name = "cargo-credential-macos-keychain"
readme = "README.md"
repository = "https://github.com/rust-lang/cargo"
rust-version = "1.82"
version = "0.4.10"
[target.'cfg(target_os = "macos")'.dependencies.security-framework]
version = "3.0.0"