tauri-plugin-bare-kit 0.2.1

Effortless JavaScript backends for Tauri apps - Android 🤖 iOS 📱Linux 🐧 Macos 🖥️ Windows 💩
# 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-bare-kit"
version = "0.2.1"
authors = ["Tomas Ravinskas <tomas@tomasrav.me>"]
build = "build.rs"
links = "tauri-plugin-bare-kit"
exclude = [
    "/.vscode",
    "/api",
    "/example",
    "/node_modules",
    "/scripts",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Effortless JavaScript backends for Tauri apps - Android 🤖 iOS 📱Linux 🐧 Macos 🖥️ Windows 💩"
readme = "README.md"
keywords = [
    "javascript",
    "cross-platform",
    "tauri-plugin",
    "bare-kit",
]
license = "Apache-2.0"
repository = "https://github.com/OzymandiasTheGreat/tauri-plugin-bare-kit"

[features]
build = []
default = ["runtime"]
runtime = []

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

[dependencies.serde]
version = "1.0"

[dependencies.tauri]
version = "2.11.2"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"

[build-dependencies.bindgen]
version = "0.72.1"

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

[build-dependencies.serde_json]
version = "1.0"

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

[target.'cfg(target_os = "android")'.dependencies.base64]
version = "0.22.1"