[package]
edition = "2024"
rust-version = "1.85.0"
name = "credential-crypto"
version = "0.1.0"
authors = ["cleveng <cleveng@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust credential crypto library"
readme = false
keywords = ["crypto"]
license = "MIT"
repository = "https://github.com/cakioe/credential-crypto.git"
[package.metadata.docs.rs]
all-features = true
[features]
default = []
[lib]
name = "credential_crypto"
path = "src/lib.rs"
[dependencies.anyhow]
version = "1.0.102"
[dependencies.hex]
version = "0.4.3"
[dependencies.ring]
version = "0.17.14"
[dependencies.sha2]
version = "0.11.0"