did-git-sign 0.4.14

Git commit signing proxy using DID Ed25519 keys via VTA
# 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 = "did-git-sign"
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 = "Git commit signing proxy using DID Ed25519 keys via VTA"
readme = "README.md"
keywords = [
    "git",
    "did",
    "ssh",
    "commit-signing",
    "vta",
]
categories = [
    "command-line-utilities",
    "cryptography",
]
license = "Apache-2.0"
repository = "https://github.com/OpenVTC/verifiable-git-infrastructure"

[features]
insecure-policy-bypass = []

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

[[bin]]
name = "did-git-sign"
path = "src/main.rs"

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

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

[dependencies.anyhow]
version = "1.0"

[dependencies.base64]
version = "0.23"

[dependencies.chrono]
version = "0.4"

[dependencies.clap]
version = "4.6"
features = ["derive"]

[dependencies.dialoguer]
version = "0.12"
features = ["password"]

[dependencies.dirs]
version = "7.0"

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

[dependencies.hex]
version = "0.4"

[dependencies.keyring-core]
version = "1"

[dependencies.multibase]
version = "0.9"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.11"

[dependencies.sysinfo]
version = "0.39"

[dependencies.tokio]
version = "1.53"
features = ["full"]

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

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

[dependencies.vta-sdk]
version = "0.51"
features = [
    "client",
    "session",
    "didcomm",
    "provision-client",
    "agent-names",
]
default-features = false

[dependencies.zeroize]
version = "1.9"
features = ["derive"]

[dev-dependencies.proptest]
version = "1"

[dev-dependencies.rand]
version = "0.8"

[dev-dependencies.serial_test]
version = "4"

[dev-dependencies.tempfile]
version = "3"

[target.'cfg(target_os = "linux")'.dependencies.linux-keyutils-keyring-store]
version = "1"

[target.'cfg(target_os = "macos")'.dependencies.apple-native-keyring-store]
version = "1"
features = ["keychain"]

[target.'cfg(target_os = "windows")'.dependencies.windows-native-keyring-store]
version = "1"