srcpack 0.2.2

A fast CLI tool to pack source code into a zip file, respecting `.gitignore`.
Documentation
[[bin]]
name = "srcpack"
path = "src/bin/main.rs"

[dependencies.anyhow]
version = "1.0"

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

[dependencies.globset]
version = "=0.4.16"

[dependencies.ignore]
version = "=0.4.23"

[dependencies.indicatif]
version = "0.17"

[dependencies.zip]
default-features = false
features = ["deflate-flate2-zlib-rs", "time"]
version = "7"

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

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

[package]
authors = ["SurKaa <surkaa67@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "compression"]
description = "A fast CLI tool to pack source code into a zip file, respecting `.gitignore`."
edition = "2021"
keywords = ["zip", "backup", "gitignore", "cli", "archiver"]
license = "MIT OR Apache-2.0"
name = "srcpack"
readme = "README.md"
repository = "https://github.com/surkaa/srcpack"
version = "0.2.2"

[profile.release]
codegen-units = 1
lto = true
strip = true