credential-crypto 0.1.0

Rust credential crypto library
Documentation
# 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 = "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"