vgi-core 0.4.6

Shared primitives for Verifiable Git Infrastructure (VGI): PROTOCOL.sshsig encoding, git commit-object handling, and DID-document Ed25519 key extraction.
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.95.0"
name = "vgi-core"
version = "0.4.6"
authors = ["Glenn Gore <glenn@affinidi.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared primitives for Verifiable Git Infrastructure (VGI): PROTOCOL.sshsig encoding, git commit-object handling, and DID-document Ed25519 key extraction."
readme = "README.md"
keywords = [
    "git",
    "did",
    "sshsig",
    "ssh",
    "signature",
]
categories = [
    "cryptography",
    "development-tools",
]
license = "Apache-2.0"
repository = "https://github.com/OpenVTC/verifiable-git-infrastructure"

[lib]
name = "vgi_core"
path = "src/lib.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.base64]
version = "0.23"

[dependencies.ed25519-dalek]
version = "3.0"

[dependencies.multibase]
version = "0.9"

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.11"