tauri-plugin-barcode-scanner-continuous 0.1.0

Fork of tauri-plugin-barcode-scanner with on-device fixes enabling a stable continuous scan loop on iOS and Android.
# 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-barcode-scanner-continuous"
version = "0.1.0"
authors = ["Ricardo Escaran <ricardo@escaran.dev>"]
build = "build.rs"
links = "tauri-plugin-barcode-scanner-continuous"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Fork of tauri-plugin-barcode-scanner with on-device fixes enabling a stable continuous scan loop on iOS and Android."
homepage = "https://github.com/riczescaran/tauri-plugin-barcode-scanner-continuous"
readme = "README.md"
keywords = [
    "tauri",
    "plugin",
    "barcode",
    "scanner",
    "camera",
]
categories = [
    "gui",
    "multimedia::images",
]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/riczescaran/tauri-plugin-barcode-scanner-continuous"

[package.metadata.docs.rs]
targets = ["x86_64-linux-android"]

[package.metadata.platforms.support.windows]
level = "none"
notes = ""

[package.metadata.platforms.support.linux]
level = "none"
notes = ""

[package.metadata.platforms.support.macos]
level = "none"
notes = ""

[package.metadata.platforms.support.android]
level = "full"
notes = ""

[package.metadata.platforms.support.ios]
level = "full"
notes = ""

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

[dependencies.log]
version = "0.4"

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

[dependencies.serde_json]
version = "1"

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

[dependencies.thiserror]
version = "2"

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

[target.'cfg(target_os = "ios")'.dependencies.tauri]
version = "2.10"
features = ["wry"]
default-features = false