git_sshripped_encryption 0.2.2

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

[features]
crypto-aes-siv = ["dep:aes-siv"]
default = ["crypto-aes-siv"]
fail-on-warnings = []

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

[dependencies.aes-siv]
version = "0.7.0"
features = ["std"]
optional = true
default-features = false

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

[dependencies.git_sshripped_encryption_models]
version = "0.2.2"

[dependencies.hkdf]
version = "0.12.4"
default-features = false

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

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

[dev-dependencies.proptest]
version = "1.6.0"
features = ["std"]
default-features = false