texforge 0.6.0

Self-contained LaTeX to PDF compiler CLI
# 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 = "2021"
rust-version = "1.75"
name = "texforge"
version = "0.6.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Self-contained LaTeX to PDF compiler CLI"
readme = "README.md"
keywords = [
    "latex",
    "pdf",
    "compiler",
    "cli",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/UniverLab/texforge"

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

[dependencies.anyhow]
version = "1.0"

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

[dependencies.dirs]
version = "6.0"

[dependencies.flate2]
version = "1.1"

[dependencies.inquire]
version = "0.7"

[dependencies.layout-rs]
version = "0.1"

[dependencies.mermaid-rs-renderer]
version = "0.2"
default-features = false

[dependencies.notify]
version = "7"
features = ["macos_fsevent"]

[dependencies.reqwest]
version = "0.13"
features = [
    "blocking",
    "json",
]

[dependencies.resvg]
version = "0.46"

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

[dependencies.tar]
version = "0.4"

[dependencies.toml]
version = "1.1"

[dependencies.walkdir]
version = "2.5"

[dependencies.zip]
version = "2"
features = ["deflate"]
default-features = false

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

[lints.clippy]
doc_markdown = "warn"
inconsistent_struct_constructor = "warn"
large_enum_variant = "warn"
manual_let_else = "warn"
needless_pass_by_value = "warn"
redundant_clone = "warn"
redundant_closure = "warn"
semicolon_if_nothing_returned = "warn"

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