git-simple-encrypt 3.0.0

Encrypt/decrypt files in your git repo using only one password
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-simple-encrypt"
version = "3.0.0"
authors = ["lxl66566 <lxl66566@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Encrypt/decrypt files in your git repo using only one password"
homepage = "https://github.com/lxl66566/git-simple-encrypt"
readme = "README.md"
keywords = [
    "git",
    "encryption",
]
categories = ["cryptography"]
license = "MIT"
repository = "https://github.com/lxl66566/git-simple-encrypt"

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

[[bin]]
name = "git-se"
path = "src/main.rs"

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

[dependencies.anyhow]
version = "1.0"

[dependencies.argon2]
version = "0.5.3"

[dependencies.assert2]
version = "0.4"

[dependencies.blake3]
version = "1"

[dependencies.chacha20poly1305]
version = "0.10.1"

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

[dependencies.colored]
version = "3"

[dependencies.config-file2]
version = "0.4.1"

[dependencies.const-str]
version = "1"

[dependencies.copy-metadata]
version = "0.2.0"

[dependencies.dashmap]
version = "6.1.0"

[dependencies.fuck-backslash]
version = "0.1.0"

[dependencies.ignore]
version = "0.4.25"
features = ["simd-accel"]

[dependencies.indicatif]
version = "0.18"

[dependencies.log]
version = "0.4"

[dependencies.memmap2]
version = "0.9"

[dependencies.path-absolutize]
version = "3"

[dependencies.pathdiff]
version = "0.2"

[dependencies.pretty_env_logger]
version = "0.5"

[dependencies.rand]
version = "0.10"

[dependencies.rayon]
version = "1"

[dependencies.rkyv]
version = "0.8"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.tap]
version = "1"

[dependencies.tempfile]
version = "3.26.0"

[dependencies.zeroize]
version = "1.8.2"

[dependencies.zstd]
version = "0.13.3"

[profile.release]
opt-level = "s"
lto = true
panic = "abort"
strip = true