vgi-forge 0.4.14

Forge-neutral adapter trait and types for VGI git namespaces: resources, rights, capabilities, bootstrap plans, events and drift.
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-forge"
version = "0.4.14"
authors = ["Glenn Gore <glenn@affinidi.com>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Forge-neutral adapter trait and types for VGI git namespaces: resources, rights, capabilities, bootstrap plans, events and drift."
readme = "README.md"
keywords = [
    "git",
    "forge",
    "did",
    "trust-registry",
    "github",
]
categories = ["development-tools"]
license = "Apache-2.0"
repository = "https://github.com/OpenVTC/verifiable-git-infrastructure"

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

[[test]]
name = "fake_forge"
path = "tests/fake_forge.rs"

[dependencies.async-trait]
version = "0.1"

[dependencies.http]
version = "1"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.vgi-core]
version = "0.4.14"

[dev-dependencies.serde_json]
version = "1.0"

[dev-dependencies.tokio]
version = "1.53"
features = [
    "macros",
    "rt",
]