ngit 2.6.2

nostr plugin for git
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"
name = "ngit"
version = "2.6.2"
authors = ["DanConwayDev <DanConwayDev@protonmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "nostr plugin for git"
homepage = "https://ngit.dev"
readme = "README.md"
keywords = [
    "nostr",
    "git",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://relay.ngit.dev/npub15qydau2hjma6ngxkl2cyar74wzyjshvl65za5k5rl69264ar2exs5cyejr/ngit.git"

[features]
default = []
vendored-openssl = ["git2/vendored-openssl"]

[lib]
name = "ngit"
path = "src/lib/mod.rs"

[[bin]]
name = "git-remote-nostr"
path = "src/bin/git_remote_nostr/main.rs"

[[bin]]
name = "ngit"
path = "src/bin/ngit/main.rs"

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

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

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

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

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

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

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

[[test]]
name = "git_push_pr"
path = "tests/git_push_pr/main.rs"

[[test]]
name = "git_push_state"
path = "tests/git_push_state/main.rs"

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.anyhow]
version = "1.0.98"

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

[dependencies.auth-git2]
version = "0.6.0"

[dependencies.chacha20poly1305]
version = "0.10.1"

[dependencies.chrono]
version = "0.4"

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

[dependencies.console]
version = "0.16.3"

[dependencies.crossterm]
version = "0.29.0"

[dependencies.dialoguer]
version = "0.12.0"

[dependencies.directories]
version = "6.0.0"

[dependencies.futures]
version = "0.3.31"

[dependencies.git2]
version = "0.21.0"
features = [
    "ssh",
    "https",
]

[dependencies.indicatif]
version = "0.18.0"

[dependencies.mailparse]
version = "0.16.1"

[dependencies.nostr]
version = "0.45.0-alpha.2"
features = ["nip49"]

[dependencies.nostr-connect]
version = "0.45.0-alpha.2"

[dependencies.nostr-database]
version = "0.45.0-alpha.2"

[dependencies.nostr-lmdb]
version = "0.45.0-alpha.2"

[dependencies.nostr-sdk]
version = "0.45.0-alpha.2"

[dependencies.passwords]
version = "3.1.16"

[dependencies.qrcode]
version = "0.14.1"
default-features = false

[dependencies.reqwest]
version = "0.12.28"
features = ["json"]

[dependencies.scrypt]
version = "0.12.0"

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

[dependencies.serde_json]
version = "1.0.140"

[dependencies.serde_yaml]
version = "0.9.34"

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

[dependencies.urlencoding]
version = "2.1.3"

[dependencies.zeroize]
version = "1.8.1"

[dev-dependencies.assert_cmd]
version = "2.0.17"

[dev-dependencies.mockall]
version = "0.14.0"

[dev-dependencies.once_cell]
version = "1.21.3"

[dev-dependencies.rstest]
version = "0.26"

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

[profile.release]
lto = true
strip = "symbols"