[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",
]