calamine-styles 0.1.0

Fork of calamine with Font, Fill, Border, Alignment, and NumberFormat style parsing for xlsx
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 = "2021"
rust-version = "1.83"
name = "calamine-styles"
version = "0.1.0"
authors = [
    "Johann Tuffe <tafia973@gmail.com>",
    "Wolfgang Schoenberger",
]
build = false
exclude = ["tests/**/*"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Fork of calamine with Font, Fill, Border, Alignment, and NumberFormat style parsing for xlsx"
documentation = "https://docs.rs/calamine-styles"
readme = "README.md"
keywords = [
    "excel",
    "xlsx",
    "styles",
    "calamine",
    "formatting",
]
categories = [
    "encoding",
    "parsing",
    "text-processing",
]
license = "MIT"
repository = "https://github.com/wolfiesch/calamine"

[package.metadata.docs.rs]
features = [
    "chrono",
    "picture",
]
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
chrono = ["dep:chrono"]
dates = ["chrono"]
default = []
picture = []

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

[[example]]
name = "excel_to_csv"
path = "examples/excel_to_csv.rs"

[[example]]
name = "generate_styles_1M"
path = "benches/generate_styles_1M.rs"

[[example]]
name = "layout"
path = "examples/layout.rs"

[[example]]
name = "search_errors"
path = "examples/search_errors.rs"

[[example]]
name = "style"
path = "examples/style.rs"

[[bench]]
name = "basic"
path = "benches/basic.rs"

[[bench]]
name = "generate_large_styled_xlsx"
path = "benches/generate_large_styled_xlsx.rs"

[[bench]]
name = "generate_styles_1M"
path = "benches/generate_styles_1M.rs"

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

[dependencies.atoi_simd]
version = "0.17"

[dependencies.byteorder]
version = "1.5"

[dependencies.chrono]
version = "0.4"
features = ["serde"]
optional = true
default-features = false

[dependencies.codepage]
version = "0.1"

[dependencies.encoding_rs]
version = "0.8"

[dependencies.fast-float2]
version = "0.2"

[dependencies.log]
version = "0.4"

[dependencies.quick-xml]
version = "0.38"
features = ["encoding"]

[dependencies.serde]
version = "1.0"

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

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

[dev-dependencies.env_logger]
version = "0.11"

[dev-dependencies.glob]
version = "0.3"

[dev-dependencies.rstest]
version = "0.26"
default-features = false

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

[dev-dependencies.serde_derive]
version = "1.0"

[dev-dependencies.sha2]
version = "0.10"