tauri-plugin-bare-kit 0.3.0

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.3.0"
authors = ["Tomas Ravinskas <tomas@tomasrav.me>"]
build = "build.rs"
links = "tauri-plugin-bare-kit"
exclude = [
    "/.github",
    "/.vscode",
    "/api",
    "/example",
    "/node_modules",
    "/scripts",
    "/tests",
]
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 = []
tests = []

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

[dependencies.parking_lot]
version = "0.12"

[dependencies.serde]
version = "1.0"

[dependencies.tauri]
version = "2.11.2"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"

[dev-dependencies.rand]
version = "0.10"

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

[build-dependencies.reqwest]
version = "0.13"
features = [
    "blocking",
    "rustls-no-provider",
]
default-features = false

[build-dependencies.ring]
version = "0.17"

[build-dependencies.rustls]
version = "0.23"
features = [
    "ring",
    "std",
    "tls12",
]
default-features = false

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

[build-dependencies.zip]
version = "8"

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