git_sshripped_recipient 0.4.0

Recipient domain for git-sshripped
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 = "2024"
name = "git_sshripped_recipient"
version = "0.4.0"
authors = ["Braden Steffaniak"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Recipient domain for git-sshripped"
readme = "README.md"
keywords = [
    "crypt",
    "git",
    "recipient",
    "ssh",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MPL-2.0"
repository = "https://github.com/BSteffaniak/git-sshripped"
resolver = "2"

[features]
default = []
fail-on-warnings = []

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

[dependencies.age]
version = "0.11.1"
features = ["ssh"]
default-features = false

[dependencies.anyhow]
version = "1.0.98"
features = ["std"]
default-features = false

[dependencies.base64]
version = "0.22.1"
features = ["std"]
default-features = false

[dependencies.git_sshripped_recipient_models]
version = "0.4.0"

[dependencies.reqwest]
version = "0.12.9"
features = [
    "blocking",
    "rustls-tls",
]
default-features = false

[dependencies.serde_json]
version = "1.0.140"
features = ["std"]
default-features = false

[dependencies.sha2]
version = "0.10.8"
default-features = false

[dependencies.toml]
version = "0.8.20"
features = [
    "display",
    "parse",
]
default-features = false