ngit 2.4.1

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

[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 = "git_remote_nostr"
path = "tests/git_remote_nostr/main.rs"

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

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

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

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

[dependencies.anyhow]
version = "1.0.98"

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

[dependencies.async-wsocket]
version = "0.13.1"

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

[dependencies.chacha20poly1305]
version = "0.10.1"

[dependencies.chrono]
version = "0.4"

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

[dependencies.console]
version = "0.16.0"

[dependencies.dialoguer]
version = "0.12.0"

[dependencies.directories]
version = "6.0.0"

[dependencies.futures]
version = "0.3.31"

[dependencies.git2]
version = "0.20.4"

[dependencies.indicatif]
version = "0.18.0"

[dependencies.mailparse]
version = "0.16.1"

[dependencies.nostr]
version = "0.44.1"
features = ["nip49"]

[dependencies.nostr-connect]
version = "0.44.0"

[dependencies.nostr-database]
version = "0.44.0"

[dependencies.nostr-lmdb]
version = "0.44.0"

[dependencies.nostr-relay-pool]
version = "0.44.0"

[dependencies.nostr-sdk]
version = "0.44.1"

[dependencies.passwords]
version = "3.1.16"

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

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

[dependencies.scrypt]
version = "0.11.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.46.1"
features = ["full"]

[dependencies.tokio-tungstenite]
version = "0.26.2"

[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.13.1"

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

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

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

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