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.85.0"
name = "wvb-tauri"
version = "0.1.0"
authors = ["Seokju Na <seokju.me@gmail.com>"]
build = "build.rs"
links = "wvb-tauri"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "TBD"
readme = "README.md"
license = "MIT"
repository = "https://github.com/webview-bundle/webview-bundle"

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

[dependencies.serde]
version = "1.0"

[dependencies.tauri]
version = "2.8.5"
features = ["unstable"]

[dependencies.thiserror]
version = "2"

[dependencies.wvb]
version = "0.2.0"
features = [
    "protocol",
    "protocol-local",
    "remote",
    "updater",
]

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