hbsx 0.2.9

A easy-to-use file encryption tool with compression support
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 = "hbsx"
version = "0.2.9"
authors = ["jihuayu <jihuayu123@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A easy-to-use file encryption tool with compression support"
homepage = "https://github.com/jihuayu/xor"
readme = "README.md"
license = "MIT"
repository = "https://github.com/jihuayu/xor"

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

[[bin]]
name = "hbsx"
path = "src/main.rs"

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

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

[dependencies.aes-gcm]
version = "0.10"

[dependencies.anyhow]
version = "1"

[dependencies.chrono]
version = "0.4"

[dependencies.crossbeam-channel]
version = "0.5"

[dependencies.csv]
version = "1"

[dependencies.dirs]
version = "5.0"

[dependencies.pbkdf2]
version = "0.12"

[dependencies.rand]
version = "0.8"

[dependencies.rayon]
version = "1.10"

[dependencies.rusqlite]
version = "0.32"
features = ["bundled"]

[dependencies.sha2]
version = "0.10"

[dependencies.walkdir]
version = "2"

[dependencies.zstd]
version = "0.13"
features = ["zstdmt"]

[dev-dependencies.tempfile]
version = "3"

[profile.release]
opt-level = 3
lto = true
codegen-units = 1
panic = "abort"
strip = true