docpack 0.2.1

Freeze structured data into document-native modules
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 = "docpack"
version = "0.2.1"
authors = ["Acture <acturea@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Freeze structured data into document-native modules"
homepage = "https://github.com/acture/docpack"
documentation = "https://github.com/acture/docpack"
readme = "README.md"
keywords = [
    "typst",
    "latex",
    "cli",
    "document",
    "snapshot",
]
categories = ["command-line-utilities"]
license = "AGPL-3.0-only"
repository = "https://github.com/acture/docpack"

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

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

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

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

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

[dependencies.calamine]
version = "0.29.0"

[dependencies.clap]
version = "4.5.41"
features = [
    "derive",
    "usage",
    "color",
    "suggestions",
]

[dependencies.csv]
version = "1.3.1"

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

[dependencies.serde_json]
version = "1.0.141"

[dependencies.serde_yaml]
version = "0.9.34"

[dependencies.toml]
version = "0.9.2"

[dev-dependencies.zip]
version = "4.2.0"