lds-pack 0.15.0

Pack module for local-develop-server (lds) — bundle a whole project (.git plus untracked local assets) into a single portable archive
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 = "lds-pack"
version = "0.15.0"
authors = ["Yutaka Nishimura"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pack module for local-develop-server (lds) — bundle a whole project (.git plus untracked local assets) into a single portable archive"
homepage = "https://github.com/ynishi/local-develop-server"
readme = false
keywords = [
    "mcp",
    "development",
    "agent",
    "git",
    "recipe",
]
categories = ["development-tools"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/ynishi/local-develop-server"
resolver = "2"

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

[dependencies.anyhow]
version = "1"

[dependencies.chrono]
version = "0.4"
features = [
    "clock",
    "std",
]
default-features = false

[dependencies.glob]
version = "0.3"

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

[dependencies.tar]
version = "0.4"

[dependencies.thiserror]
version = "2"

[dependencies.toml]
version = "0.8"

[dependencies.tracing]
version = "0.1"

[dependencies.walkdir]
version = "2"

[dependencies.zstd]
version = "0.13"

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