sequoia-git 0.5.0

A tool for managing and enforcing a commit signing policy.
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 = "2021"
rust-version = "1.85"
name = "sequoia-git"
version = "0.5.0"
authors = [
    "Neal H. Walfield <neal@sequoia-pgp.org>",
    "Justus Winter <justus@sequoia-pgp.org>",
]
build = "build.rs"
exclude = ["/webpage"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A tool for managing and enforcing a commit signing policy."
homepage = "https://sequoia-pgp.org/"
documentation = "https://sequoia-pgp.gitlab.io/sequoia-git/"
readme = "README.md"
keywords = [
    "cryptography",
    "openpgp",
    "pgp",
    "signing",
    "git",
]
categories = [
    "cryptography",
    "authentication",
    "command-line-utilities",
    "development-tools",
]
license = "LGPL-2.0-or-later"
repository = "https://gitlab.com/sequoia-pgp/sequoia-git"

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

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

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

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

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

[[test]]
name = "expired-cert"
path = "tests/expired-cert.rs"

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

[[test]]
name = "git-update-hook"
path = "tests/git-update-hook.rs"

[[test]]
name = "keyring-update"
path = "tests/keyring-update.rs"

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

[[test]]
name = "policy-authorize"
path = "tests/policy-authorize.rs"

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

[[test]]
name = "revoked-cert"
path = "tests/revoked-cert.rs"

[[test]]
name = "unrelated-repo"
path = "tests/unrelated-repo.rs"

[dependencies.anyhow]
version = "1"

[dependencies.buffered-reader]
version = "1.4"

[dependencies.clap]
version = "4.0"
features = [
    "cargo",
    "derive",
    "env",
    "string",
    "wrap_help",
]

[dependencies.dirs]
version = ">=5, <7"

[dependencies.git2]
version = ">=0.19, <0.21"
default-features = false

[dependencies.once_cell]
version = "1"

[dependencies.sequoia-cert-store]
version = "0.7"
default-features = false

[dependencies.sequoia-directories]
version = "0.1"

[dependencies.sequoia-net]
version = "0.30"

[dependencies.sequoia-openpgp]
version = "2"

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

[dependencies.serde_json]
version = "1"

[dependencies.tempfile]
version = "3"

[dependencies.thiserror]
version = ">=1, <3"

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

[dependencies.toml]
version = ">=0.8, <2"

[dev-dependencies.chrono]
version = "0.4"

[build-dependencies.anyhow]
version = "1"

[build-dependencies.clap]
version = "4.0"
features = [
    "cargo",
    "derive",
    "env",
    "string",
    "wrap_help",
]

[build-dependencies.clap_complete]
version = "4"

[build-dependencies.clap_mangen]
version = "0.2"

[build-dependencies.dirs]
version = ">=5, <7"

[build-dependencies.roff]
version = ">=0.2, <2"

[build-dependencies.sequoia-directories]
version = "0.1"

[build-dependencies.sequoia-man]
version = "0.3"