[package]
edition = "2024"
name = "pasta_check"
version = "0.3.1"
authors = ["Dot-Station Master <dot.station@gmail.com>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI tool for ghost release packaging - generates update files and NAR archives"
homepage = "https://github.com/ekicyou/pasta"
documentation = "https://github.com/ekicyou/pasta"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/ekicyou/pasta"
resolver = "2"
[[bin]]
name = "pasta_check"
path = "src/main.rs"
[[test]]
name = "cli_test"
path = "tests/cli_test.rs"
[dependencies.lexopt]
version = "0.3"
[dependencies.md5]
version = "0.8"
[dependencies.zip]
version = "8.6"
features = ["deflate"]
default-features = false
[dev-dependencies.tempfile]
version = "3"