git_sshripped_encryption_models 0.1.8

Encryption models 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_encryption_models"
version = "0.1.8"
authors = ["Braden Steffaniak"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Encryption models for git-sshripped"
readme = "README.md"
keywords = [
    "crypt",
    "encryption",
    "git",
    "models",
    "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_encryption_models"
path = "src/lib.rs"

[dependencies.serde]
version = "1.0.219"
features = [
    "std",
    "derive",
]
default-features = false

[dependencies.thiserror]
version = "2.0.12"
default-features = false