tauri-plugin-export 1.1.0

Document export plugin for Tauri apps (Excel + DOCX)
# 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.70"
name = "tauri-plugin-export"
version = "1.1.0"
authors = ["BiShen <bishen@live.com>"]
build = "build.rs"
links = "tauri-plugin-export"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Document export plugin for Tauri apps (Excel + DOCX)"
homepage = "https://github.com/bishen/tauri-plugin-export"
readme = "README.md"
keywords = [
    "tauri",
    "plugin",
    "excel",
    "docx",
    "export",
]
categories = ["development-tools"]
license = "MIT"
repository = "https://github.com/bishen/tauri-plugin-export"

[package.metadata.docs.rs]
rustc-args = [
    "--cfg",
    "docsrs",
]
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
default = []

[lib]
name = "tauri_plugin_export"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

[dependencies.dirs]
version = "5"

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

[dependencies.log]
version = "0.4.29"

[dependencies.rust_xlsxwriter]
version = "0.93"

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

[dependencies.serde_json]
version = "1"

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

[dependencies.tauri-plugin]
version = "2"
features = ["runtime"]

[dependencies.thiserror]
version = "1"

[build-dependencies.tauri-plugin]
version = "2"
features = ["build"]