sheets-diff 2.2.3

Structured diff engine for Microsoft Excel .xlsx workbooks
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"
rust-version = "1.85.0"
name = "sheets-diff"
version = "2.2.3"
authors = ["nabbisen"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Structured diff engine for Microsoft Excel .xlsx workbooks"
readme = "README.md"
keywords = [
    "excel",
    "xlsx",
    "spreadsheet",
    "diff",
    "compare",
]
categories = [
    "development-tools",
    "parsing",
    "data-structures",
]
license = "Apache-2.0"
repository = "https://github.com/nabbisen/sheets-diff-rs"

[features]
chrono = [
    "dep:chrono",
    "calamine/chrono",
]
cli = ["dep:clap"]
default = []
parallel = ["dep:rayon"]
serde = [
    "dep:serde",
    "dep:serde_json",
]

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

[[bin]]
name = "sheets-diff"
path = "src/main.rs"
required-features = ["cli"]

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

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

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

[[bench]]
name = "workbook_diff"
path = "benches/workbook_diff.rs"
harness = false

[dependencies.calamine]
version = "0.35"

[dependencies.chrono]
version = "0.4"
optional = true

[dependencies.clap]
version = "4"
features = ["derive"]
optional = true

[dependencies.rayon]
version = "1"
optional = true

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

[dependencies.serde_json]
version = "1"
optional = true

[dev-dependencies.criterion]
version = "0.8"
features = ["html_reports"]

[dev-dependencies.rust_xlsxwriter]
version = "0"

[dev-dependencies.serde_json]
version = "1"

[profile.dev]
opt-level = 1
lto = false

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