sdsforge-core 0.4.0

Convert chemical safety SDS documents (PDF/DOCX) ↔ MHLW/JIS Z 7253 standard JSON via LLM. Supports Claude, GPT, Gemini. Multilingual (ja/en/zh).
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"
name = "sdsforge-core"
version = "0.4.0"
build = false
exclude = [
    "references/",
    "tools/",
    "tasks/",
    "CLAUDE.md",
    "*.pdf",
    "*.xlsx",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Convert chemical safety SDS documents (PDF/DOCX) ↔ MHLW/JIS Z 7253 standard JSON via LLM. Supports Claude, GPT, Gemini. Multilingual (ja/en/zh)."
homepage = "https://github.com/kent-tokyo/sdsforge"
documentation = "https://docs.rs/sdsforge-core"
readme = "README.md"
keywords = [
    "sds",
    "safety-data-sheet",
    "ghs",
    "llm",
    "docx",
]
categories = [
    "encoding",
    "parser-implementations",
    "text-processing",
    "api-bindings",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/kent-tokyo/sdsforge"

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

[dependencies.anyhow]
version = "1.0"

[dependencies.base64]
version = "0.22"

[dependencies.calamine]
version = "0.35"

[dependencies.docx-rs]
version = "0.4"

[dependencies.docx-rust]
version = "0.1"

[dependencies.harumi]
version = "0.4"
features = ["html"]

[dependencies.pdf-extract]
version = "0.10"

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "rustls-tls",
]
default-features = false

[dependencies.scraper]
version = "0.27"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.tempfile]
version = "3"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1.42"
features = [
    "rt-multi-thread",
    "macros",
    "time",
]

[dependencies.tracing]
version = "0.1"

[dependencies.zip]
version = "8"

[dev-dependencies]