git_sshripped_filter 0.4.1

Git filter domain for git-sshripped
Documentation
[package]
authors = { workspace = true }
categories = ["command-line-utilities", "development-tools"]
description = "Git filter domain for git-sshripped"
edition = { workspace = true }
keywords = ["clean", "filter", "smudge"]
license = { workspace = true }
name = "git_sshripped_filter"
readme = "README.md"
repository = { workspace = true }
version = { workspace = true }

[dependencies]
git_sshripped_encryption = { workspace = true }
git_sshripped_encryption_models = { workspace = true }
anyhow = { workspace = true, features = ["std"] }

[features]
default = []
fail-on-warnings = [
  "git_sshripped_encryption/fail-on-warnings",
  "git_sshripped_encryption_models/fail-on-warnings",
]