datavzrd 2.64.0

A tool to create visual HTML reports from collections of CSV/TSV tables
# 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"
name = "datavzrd"
version = "2.64.0"
authors = [
    "Johannes Köster <johannes.koester@tu-dortmund.de>",
    "Felix Wiegand <felix.wiegand@tu-dortmund.de>",
]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A tool to create visual HTML reports from collections of CSV/TSV tables"
readme = "README.md"
license = "MIT"

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

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

[dependencies.anyhow]
version = "1"

[dependencies.chrono]
version = "0.4"

[dependencies.clap]
version = "4.6.1"
features = [
    "color",
    "suggestions",
    "derive",
    "env",
]

[dependencies.derefable]
version = "0.1"

[dependencies.derive-new]
version = "0.7"

[dependencies.fancy-regex]
version = "0.18.0"

[dependencies.format_serde_error]
version = "0.3.0"

[dependencies.fs_extra]
version = "1.3.0"

[dependencies.itertools]
version = "0.14.0"

[dependencies.jsonm]
version = "0.2.1"

[dependencies.log]
version = "0.4.30"

[dependencies.lz-str]
version = "0.2.1"

[dependencies.md5]
version = "0.8.0"

[dependencies.minify-html]
version = "0.18.1"

[dependencies.minify-js]
version = "=0.6.0"

[dependencies.pyo3]
version = "0.28.3"
features = [
    "auto-initialize",
    "abi3-py310",
]

[dependencies.readervzrd]
version = "0.3.2"

[dependencies.reqwest]
version = "0.13.4"
features = ["blocking"]

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

[dependencies.serde_json]
version = "1.0.150"

[dependencies.serde_with]
version = "3.20.0"
features = ["macros"]

[dependencies.serde_yaml]
version = "0.8"

[dependencies.simple_excel_writer]
version = "0.2"

[dependencies.simplelog]
version = "0.12.2"

[dependencies.slug]
version = "0.1.6"

[dependencies.tempfile]
version = "3.27.0"

[dependencies.tera]
version = "1.20.1"

[dependencies.thiserror]
version = "2"

[dependencies.typed-builder]
version = "0.23"

[build-dependencies.fs_extra]
version = "1.3"

[profile.release]
lto = "fat"
codegen-units = 1