tauri-plugin-fs-stream 0.6.0

File Streaming API for Tauri
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.77.2"
name = "tauri-plugin-fs-stream"
version = "0.6.0"
authors = ["OkaYu"]
build = "build.rs"
links = "tauri-plugin-fs-stream"
exclude = [
    "/dist-js",
    "/guest-js",
    "/node_modules",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "File Streaming API for Tauri"
readme = "README.md"
keywords = [
    "tauri",
    "plugin",
    "file",
    "fs",
    "stream",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/aiueo13/tauri-plugin-fs-stream"

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

[dependencies.base64]
version = "0.22"

[dependencies.glob]
version = "0.3"

[dependencies.percent-encoding]
version = "2"

[dependencies.schemars]
version = "0.8"

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

[dependencies.serde_json]
version = "1"

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

[dependencies.tauri-plugin-fs]
version = "2"

[dependencies.thiserror]
version = "2"

[build-dependencies.schemars]
version = "0.8"

[build-dependencies.serde]
version = "1"

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