[package]
edition = "2024"
name = "auths"
version = "0.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Decentralized identity for developers — cryptographic commit signing with Git-native storage"
homepage = "https://auths.dev"
readme = "README.md"
keywords = [
"identity",
"cryptography",
"did",
"git",
"signing",
]
categories = [
"authentication",
"cryptography",
]
license = "Apache-2.0"
repository = "https://github.com/auths-dev/auths"
[lib]
name = "auths"
path = "src/lib.rs"
[dependencies]
[lints.clippy]
dbg_macro = "deny"
disallowed_methods = "deny"
exit = "deny"
expect_used = "deny"
print_stderr = "deny"
print_stdout = "deny"
unwrap_used = "deny"
[lints.rustdoc]
broken_intra_doc_links = "deny"