[package]
edition = "2024"
name = "auths"
version = "0.0.1-rc.7"
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]