tauri-plugin-outis 0.5.1

Tauri plugin for reading captchas.
# 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 = "2024"
rust-version = "1.90"
name = "tauri-plugin-outis"
version = "0.5.1"
authors = ["Milan Gress"]
build = "build.rs"
links = "tauri-plugin-outis"
exclude = [
    "/dist-js",
    "/guest-js",
    "/node_modules",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Tauri plugin for reading captchas."
readme = "README.md"
license = "MIT"
repository = "https://github.com/milangress/outis"

[[package.metadata.release.pre-release-replacements]]
file = "package.json"
search = '"version": "[a-z0-9.-]+"'
replace = '"version": "{{version}}"'

[features]
default = []
download-at-build = ["outis-core/download-at-build"]

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

[dependencies.base64]
version = "0.22"

[dependencies.image]
version = "0.25"
features = [
    "png",
    "jpeg",
]
default-features = false

[dependencies.log]
version = "0.4"

[dependencies.outis-core]
version = "0.5.1"
features = [
    "embed-model",
    "download-at-build",
]
default-features = false

[dependencies.reqwest]
version = "0.13"
features = [
    "charset",
    "http2",
]

[dependencies.serde]
version = "1.0"
default-features = false

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

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

[dev-dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt-multi-thread",
]

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

[lints.clippy]
expect_used = "warn"
unwrap_used = "warn"

[lints.clippy.all]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
missing_copy_implementations = "warn"
missing_debug_implementations = "warn"
trivial_casts = "warn"
trivial_numeric_casts = "warn"
unsafe_code = "deny"
unused_import_braces = "warn"
unused_qualifications = "warn"